#6CF0CB

Color #6CF0CB Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #6CF0CB

Tints of Aquamarine #6CF0CB

Color information

#6CF0CB (or 0x6CF0CB) is unknown color: approx Aquamarine. HEX triplet: 6C, F0 and CB. RGB value is (108,240,203). Sum of RGB (Red+Green+Blue) = 108+240+203=551 (72% of max value = 765). Red value is 108 (42.58% from 255 or 19.60% from 551); Green value is 240 (94.14% from 255 or 43.56% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 240 - color contains mainly: green. Hex color #6CF0CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6CF0CB is #930F34. Grayscale: #C4C4C4. Windows color (decimal): -9637685 or 13365356. OLE color: 13365356.

HSL color Cylindrical-coordinate representation of color #6CF0CB: hue angle of 163.18º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6CF0CB is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB108240203-
CMYK0.5500.150.06
HSL163.18º81.48%68.24%-
HSV(B)163.18º55%94.12%-
XYZ48.1269.8267.44-
YUV196.31131.7765.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 19.60%
GREEN value IS 240 (94.14% from 255) = 43.56%
BLUE value IS 203 (79.69% from 255) = 36.84%
R=19.60%
G=43.56%
B=36.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1082402030.5500.150.06163.1881.4868.24
Hex6CF0CB370F6a35144
Octal154360313670176243121104
Binary11011001111000011001011110111011111101010001110100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CF0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CF0CB; }

 p { color: rgb(108,240,203); }

 H1.HeaderClassName
 {
   color: #6CF0CB;
 }
 .AnyTagClassName
 {
   color: #6CF0CB;
 }
</style>
background-color css

<style>
 a { background-color: #6CF0CB; }

 a { background-color: rgb(108,240,203); }

 div.DivClassName
 {
   background-color: #6CF0CB;
 }
 .BgClassName
 {
   background-color: #6CF0CB;
 }
</style>
border-color css

<style>
 span { border-color: #6CF0CB; }

 span { border-color: rgb(108,240,203); }

 td.TdClassName
 {
   border-color: #6CF0CB;
 }
 .TagClassName
 {
   border-color: #6CF0CB;
 }
</style>