Shades of Aquamarine #66FFCC
Tints of Aquamarine #66FFCC
RGB
CMYK
RGB Variations
Color information
#66FFCC (or 0x66FFCC) is known color: Aquamarine. HEX triplet: 66, FF and CC. RGB value is (102,255,204). Sum of RGB (Red+Green+Blue) = 102+255+204=561 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.18% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCC is a web safe color. Inversed color of #66FFCC is #990033. Grayscale: #CBCBCB. Windows color (decimal): -10027060 or 13434726. OLE color: 13434726.
HSL color Cylindrical-coordinate representation of color #66FFCC: hue angle of 160º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FFCC is Cyan = 0.6, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
RGB | 102 | 255 | 204 | - |
CMYK | 0.6 | 0 | 0.2 | 0 |
HSL | 160º | 1% | 0.7% | - |
HSV(B) | 160º | 0.6% | 1% | - |
XYZ | 52.14 | 78.7 | 69.57 | - |
YUV | 203.44 | 128.31 | 55.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 255 | 204 | 0.6 | 0 | 0.2 | 0 | 160 | 1 | 0.7 |
Hex | 66 | FF | CC | 3C | 0 | 14 | 0 | A0 | 64 | 46 |
Octal | 146 | 377 | 314 | 74 | 0 | 24 | 0 | 240 | 144 | 106 |
Binary | 1100110 | 11111111 | 11001100 | 111100 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000110 |
Color Harmonies of #66FFCC
Complementary color
Monochromatic Colors of #66FFCC
Black with #66FFCC
Text Example
Text Example
White with #66FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFCC; }
p { color: rgb(102,255,204); }
H1.HeaderClassName
{
color: #66FFCC;
}
.AnyTagClassName
{
color: #66FFCC;
}
</style>
background-color css
<style>
a { background-color: #66FFCC; }
a { background-color: rgb(102,255,204); }
div.DivClassName
{
background-color: #66FFCC;
}
.BgClassName
{
background-color: #66FFCC;
}
</style>
border-color css
<style>
span { border-color: #66FFCC; }
span { border-color: rgb(102,255,204); }
td.TdClassName
{
border-color: #66FFCC;
}
.TagClassName
{
border-color: #66FFCC;
}
</style>