Shades of Aquamarine #66FCCD
Tints of Aquamarine #66FCCD
RGB
CMYK
RGB Variations
Color information
#66FCCD (or 0x66FCCD) is known color: Aquamarine. HEX triplet: 66, FC and CD. RGB value is (102,252,205). Sum of RGB (Red+Green+Blue) = 102+252+205=559 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.25% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCCD is #990332. Grayscale: #C9C9C9. Windows color (decimal): -10027827 or 13499494. OLE color: 13499494.
HSL color Cylindrical-coordinate representation of color #66FCCD: hue angle of 161.2º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66FCCD is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 205 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.01 |
| HSL | 161.2º | 0.96% | 0.69% | - |
| HSV(B) | 161.2º | 0.6% | 0.99% | - |
| XYZ | 51.31 | 76.85 | 69.89 | - |
| YUV | 201.79 | 129.81 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 205 | 0.60 | 0 | 0.19 | 0.01 | 161.2 | 0.96 | 0.69 |
| Hex | 66 | FC | CD | 3C | 0 | 13 | 1 | A1 | 60 | 45 |
| Octal | 146 | 374 | 315 | 74 | 0 | 23 | 1 | 241 | 140 | 105 |
| Binary | 1100110 | 11111100 | 11001101 | 111100 | 0 | 10011 | 1 | 10100001 | 1100000 | 1000101 |
Color Harmonies of #66FCCD
Complementary color
Monochromatic Colors of #66FCCD
Black with #66FCCD
Text Example
Text Example
White with #66FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCCD; }
p { color: rgb(102,252,205); }
H1.HeaderClassName
{
color: #66FCCD;
}
.AnyTagClassName
{
color: #66FCCD;
}
</style>
background-color css
<style>
a { background-color: #66FCCD; }
a { background-color: rgb(102,252,205); }
div.DivClassName
{
background-color: #66FCCD;
}
.BgClassName
{
background-color: #66FCCD;
}
</style>
border-color css
<style>
span { border-color: #66FCCD; }
span { border-color: rgb(102,252,205); }
td.TdClassName
{
border-color: #66FCCD;
}
.TagClassName
{
border-color: #66FCCD;
}
</style>