Shades of Aquamarine #66F2C0
Tints of Aquamarine #66F2C0
RGB
CMYK
RGB Variations
Color information
#66F2C0 (or 0x66F2C0) is known color: Aquamarine. HEX triplet: 66, F2 and C0. RGB value is (102,242,192). Sum of RGB (Red+Green+Blue) = 102+242+192=536 (70% of max value = 765). Red value is 102 (40.23% from 255 or 19.03% from 536); Green value is 242 (94.92% from 255 or 45.15% from 536); Blue value is 192 (75.39% from 255 or 35.82% from 536); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2C0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2C0 is #990D3F. Grayscale: #C2C2C2. Windows color (decimal): -10030400 or 12644966. OLE color: 12644966.
HSL color Cylindrical-coordinate representation of color #66F2C0: hue angle of 158.57º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F2C0 is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 192 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.05 |
| HSL | 158.57º | 0.84% | 0.67% | - |
| HSV(B) | 158.57º | 0.58% | 0.95% | - |
| XYZ | 46.75 | 70.13 | 60.94 | - |
| YUV | 194.44 | 126.62 | 62.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 192 | 0.58 | 0 | 0.21 | 0.05 | 158.57 | 0.84 | 0.67 |
| Hex | 66 | F2 | C0 | 3A | 0 | 15 | 5 | 9F | 54 | 43 |
| Octal | 146 | 362 | 300 | 72 | 0 | 25 | 5 | 237 | 124 | 103 |
| Binary | 1100110 | 11110010 | 11000000 | 111010 | 0 | 10101 | 101 | 10011111 | 1010100 | 1000011 |
Color Harmonies of #66F2C0
Complementary color
Monochromatic Colors of #66F2C0
Black with #66F2C0
Text Example
Text Example
White with #66F2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2C0; }
p { color: rgb(102,242,192); }
H1.HeaderClassName
{
color: #66F2C0;
}
.AnyTagClassName
{
color: #66F2C0;
}
</style>
background-color css
<style>
a { background-color: #66F2C0; }
a { background-color: rgb(102,242,192); }
div.DivClassName
{
background-color: #66F2C0;
}
.BgClassName
{
background-color: #66F2C0;
}
</style>
border-color css
<style>
span { border-color: #66F2C0; }
span { border-color: rgb(102,242,192); }
td.TdClassName
{
border-color: #66F2C0;
}
.TagClassName
{
border-color: #66F2C0;
}
</style>