Shades of Aquamarine #66FCD5
Tints of Aquamarine #66FCD5
RGB
CMYK
RGB Variations
Color information
#66FCD5 (or 0x66FCD5) is known color: Aquamarine. HEX triplet: 66, FC and D5. RGB value is (102,252,213). Sum of RGB (Red+Green+Blue) = 102+252+213=567 (75% of max value = 765). Red value is 102 (40.23% from 255 or 17.99% from 567); Green value is 252 (98.83% from 255 or 44.44% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 252 - color contains mainly: green. Hex color #66FCD5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66FCD5 is #99032A. Grayscale: #CACACA. Windows color (decimal): -10027819 or 14023782. OLE color: 14023782.
HSL color Cylindrical-coordinate representation of color #66FCD5: hue angle of 164.4º 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 #66FCD5 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 102 | 252 | 213 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.01 |
| HSL | 164.4º | 0.96% | 0.69% | - |
| HSV(B) | 164.4º | 0.6% | 0.99% | - |
| XYZ | 52.3 | 77.25 | 75.1 | - |
| YUV | 202.7 | 133.81 | 56.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 252 | 213 | 0.60 | 0 | 0.15 | 0.01 | 164.4 | 0.96 | 0.69 |
| Hex | 66 | FC | D5 | 3C | 0 | F | 1 | A4 | 60 | 45 |
| Octal | 146 | 374 | 325 | 74 | 0 | 17 | 1 | 244 | 140 | 105 |
| Binary | 1100110 | 11111100 | 11010101 | 111100 | 0 | 1111 | 1 | 10100100 | 1100000 | 1000101 |
Color Harmonies of #66FCD5
Complementary color
Monochromatic Colors of #66FCD5
Black with #66FCD5
Text Example
Text Example
White with #66FCD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FCD5; }
p { color: rgb(102,252,213); }
H1.HeaderClassName
{
color: #66FCD5;
}
.AnyTagClassName
{
color: #66FCD5;
}
</style>
background-color css
<style>
a { background-color: #66FCD5; }
a { background-color: rgb(102,252,213); }
div.DivClassName
{
background-color: #66FCD5;
}
.BgClassName
{
background-color: #66FCD5;
}
</style>
border-color css
<style>
span { border-color: #66FCD5; }
span { border-color: rgb(102,252,213); }
td.TdClassName
{
border-color: #66FCD5;
}
.TagClassName
{
border-color: #66FCD5;
}
</style>