Shades of Aquamarine #66FFCD
Tints of Aquamarine #66FFCD
RGB
CMYK
RGB Variations
Color information
#66FFCD (or 0x66FFCD) is known color: Aquamarine. HEX triplet: 66, FF and CD. RGB value is (102,255,205). Sum of RGB (Red+Green+Blue) = 102+255+205=562 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.15% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #66FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FFCD is #990032. Grayscale: #CBCBCB. Windows color (decimal): -10027059 or 13500262. OLE color: 13500262.
HSL color Cylindrical-coordinate representation of color #66FFCD: hue angle of 160.39º 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 #66FFCD is Cyan = 0.6, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 205 | - |
| CMYK | 0.6 | 0 | 0.20 | 0 |
| HSL | 160.39º | 1% | 0.7% | - |
| HSV(B) | 160.39º | 0.6% | 1% | - |
| XYZ | 52.26 | 78.75 | 70.2 | - |
| YUV | 203.55 | 128.81 | 55.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 205 | 0.6 | 0 | 0.20 | 0 | 160.39 | 1 | 0.7 |
| Hex | 66 | FF | CD | 3C | 0 | 14 | 0 | A0 | 64 | 46 |
| Octal | 146 | 377 | 315 | 74 | 0 | 24 | 0 | 240 | 144 | 106 |
| Binary | 1100110 | 11111111 | 11001101 | 111100 | 0 | 10100 | 0 | 10100000 | 1100100 | 1000110 |
Color Harmonies of #66FFCD
Complementary color
Monochromatic Colors of #66FFCD
Black with #66FFCD
Text Example
Text Example
White with #66FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FFCD; }
p { color: rgb(102,255,205); }
H1.HeaderClassName
{
color: #66FFCD;
}
.AnyTagClassName
{
color: #66FFCD;
}
</style>
background-color css
<style>
a { background-color: #66FFCD; }
a { background-color: rgb(102,255,205); }
div.DivClassName
{
background-color: #66FFCD;
}
.BgClassName
{
background-color: #66FFCD;
}
</style>
border-color css
<style>
span { border-color: #66FFCD; }
span { border-color: rgb(102,255,205); }
td.TdClassName
{
border-color: #66FFCD;
}
.TagClassName
{
border-color: #66FFCD;
}
</style>