Shades of Aquamarine #66F4CA
Tints of Aquamarine #66F4CA
RGB
CMYK
RGB Variations
Color information
#66F4CA (or 0x66F4CA) is known color: Aquamarine. HEX triplet: 66, F4 and CA. RGB value is (102,244,202). Sum of RGB (Red+Green+Blue) = 102+244+202=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 244 (95.70% from 255 or 44.53% from 548); Blue value is 202 (79.30% from 255 or 36.86% from 548); Max value from RGB is 244 - color contains mainly: green. Hex color #66F4CA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F4CA is #990B35. Grayscale: #C4C4C4. Windows color (decimal): -10029878 or 13300838. OLE color: 13300838.
HSL color Cylindrical-coordinate representation of color #66F4CA: hue angle of 162.25º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F4CA is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 202 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.04 |
| HSL | 162.25º | 0.87% | 0.68% | - |
| HSV(B) | 162.25º | 0.58% | 0.96% | - |
| XYZ | 48.49 | 71.79 | 67.18 | - |
| YUV | 196.75 | 130.96 | 60.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 202 | 0.58 | 0 | 0.17 | 0.04 | 162.25 | 0.87 | 0.68 |
| Hex | 66 | F4 | CA | 3A | 0 | 11 | 4 | A2 | 57 | 44 |
| Octal | 146 | 364 | 312 | 72 | 0 | 21 | 4 | 242 | 127 | 104 |
| Binary | 1100110 | 11110100 | 11001010 | 111010 | 0 | 10001 | 100 | 10100010 | 1010111 | 1000100 |
Color Harmonies of #66F4CA
Complementary color
Monochromatic Colors of #66F4CA
Black with #66F4CA
Text Example
Text Example
White with #66F4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F4CA; }
p { color: rgb(102,244,202); }
H1.HeaderClassName
{
color: #66F4CA;
}
.AnyTagClassName
{
color: #66F4CA;
}
</style>
background-color css
<style>
a { background-color: #66F4CA; }
a { background-color: rgb(102,244,202); }
div.DivClassName
{
background-color: #66F4CA;
}
.BgClassName
{
background-color: #66F4CA;
}
</style>
border-color css
<style>
span { border-color: #66F4CA; }
span { border-color: rgb(102,244,202); }
td.TdClassName
{
border-color: #66F4CA;
}
.TagClassName
{
border-color: #66F4CA;
}
</style>