Shades of Aquamarine #66FCD2
Tints of Aquamarine #66FCD2
RGB
CMYK
RGB Variations
Color information
#66FCD2 (or 0x66FCD2) is known color: Aquamarine. HEX triplet: 66, FC and D2. RGB value is (102,252,210). Sum of RGB (Red+Green+Blue) = 102+252+210=564 (74% of max value = 765). Red value is 102 (40.23% from 255 or 18.09% from 564); Green value is 252 (98.83% from 255 or 44.68% from 564); Blue value is 210 (82.42% from 255 or 37.23% from 564); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCD2 is #99032D. Grayscale: #CACACA. Windows color (decimal): -10027822 or 13827174. OLE color: 13827174.
HSL color Cylindrical-coordinate representation of color #66FCD2: hue angle of 163.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 #66FCD2 is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 210 | - |
| CMYK | 0.60 | 0 | 0.17 | 0.01 |
| HSL | 163.2º | 0.96% | 0.69% | - |
| HSV(B) | 163.2º | 0.6% | 0.99% | - |
| XYZ | 51.92 | 77.1 | 73.12 | - |
| YUV | 202.36 | 132.31 | 56.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 210 | 0.60 | 0 | 0.17 | 0.01 | 163.2 | 0.96 | 0.69 |
| Hex | 66 | FC | D2 | 3C | 0 | 11 | 1 | A3 | 60 | 45 |
| Octal | 146 | 374 | 322 | 74 | 0 | 21 | 1 | 243 | 140 | 105 |
| Binary | 1100110 | 11111100 | 11010010 | 111100 | 0 | 10001 | 1 | 10100011 | 1100000 | 1000101 |
Color Harmonies of #66FCD2
Complementary color
Monochromatic Colors of #66FCD2
Black with #66FCD2
Text Example
Text Example
White with #66FCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCD2; }
p { color: rgb(102,252,210); }
H1.HeaderClassName
{
color: #66FCD2;
}
.AnyTagClassName
{
color: #66FCD2;
}
</style>
background-color css
<style>
a { background-color: #66FCD2; }
a { background-color: rgb(102,252,210); }
div.DivClassName
{
background-color: #66FCD2;
}
.BgClassName
{
background-color: #66FCD2;
}
</style>
border-color css
<style>
span { border-color: #66FCD2; }
span { border-color: rgb(102,252,210); }
td.TdClassName
{
border-color: #66FCD2;
}
.TagClassName
{
border-color: #66FCD2;
}
</style>