Shades of Aquamarine #66EFC9
Tints of Aquamarine #66EFC9
RGB
CMYK
RGB Variations
Color information
#66EFC9 (or 0x66EFC9) is known color: Aquamarine. HEX triplet: 66, EF and C9. RGB value is (102,239,201). Sum of RGB (Red+Green+Blue) = 102+239+201=542 (71% of max value = 765). Red value is 102 (40.23% from 255 or 18.82% from 542); Green value is 239 (93.75% from 255 or 44.10% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 239 - color contains mainly: green. Hex color #66EFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66EFC9 is #991036. Grayscale: #C1C1C1. Windows color (decimal): -10031159 or 13234022. OLE color: 13234022.
HSL color Cylindrical-coordinate representation of color #66EFC9: hue angle of 163.36º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66EFC9 is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 201 | - |
| CMYK | 0.57 | 0 | 0.16 | 0.06 |
| HSL | 163.36º | 0.81% | 0.67% | - |
| HSV(B) | 163.36º | 0.57% | 0.94% | - |
| XYZ | 46.89 | 68.77 | 66.06 | - |
| YUV | 193.71 | 132.11 | 62.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 201 | 0.57 | 0 | 0.16 | 0.06 | 163.36 | 0.81 | 0.67 |
| Hex | 66 | EF | C9 | 39 | 0 | 10 | 6 | A3 | 51 | 43 |
| Octal | 146 | 357 | 311 | 71 | 0 | 20 | 6 | 243 | 121 | 103 |
| Binary | 1100110 | 11101111 | 11001001 | 111001 | 0 | 10000 | 110 | 10100011 | 1010001 | 1000011 |
Color Harmonies of #66EFC9
Complementary color
Monochromatic Colors of #66EFC9
Black with #66EFC9
Text Example
Text Example
White with #66EFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EFC9; }
p { color: rgb(102,239,201); }
H1.HeaderClassName
{
color: #66EFC9;
}
.AnyTagClassName
{
color: #66EFC9;
}
</style>
background-color css
<style>
a { background-color: #66EFC9; }
a { background-color: rgb(102,239,201); }
div.DivClassName
{
background-color: #66EFC9;
}
.BgClassName
{
background-color: #66EFC9;
}
</style>
border-color css
<style>
span { border-color: #66EFC9; }
span { border-color: rgb(102,239,201); }
td.TdClassName
{
border-color: #66EFC9;
}
.TagClassName
{
border-color: #66EFC9;
}
</style>