Shades of Aquamarine #66F9CE
Tints of Aquamarine #66F9CE
RGB
CMYK
RGB Variations
Color information
#66F9CE (or 0x66F9CE) is known color: Aquamarine. HEX triplet: 66, F9 and CE. RGB value is (102,249,206). Sum of RGB (Red+Green+Blue) = 102+249+206=557 (73% of max value = 765). Red value is 102 (40.23% from 255 or 18.31% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #66F9CE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F9CE is #990631. Grayscale: #C8C8C8. Windows color (decimal): -10028594 or 13564262. OLE color: 13564262.
HSL color Cylindrical-coordinate representation of color #66F9CE: hue angle of 162.45º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F9CE is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 206 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.02 |
| HSL | 162.45º | 0.92% | 0.69% | - |
| HSV(B) | 162.45º | 0.59% | 0.98% | - |
| XYZ | 50.5 | 75.03 | 70.21 | - |
| YUV | 200.15 | 131.3 | 58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 206 | 0.59 | 0 | 0.17 | 0.02 | 162.45 | 0.92 | 0.69 |
| Hex | 66 | F9 | CE | 3B | 0 | 11 | 2 | A2 | 5C | 45 |
| Octal | 146 | 371 | 316 | 73 | 0 | 21 | 2 | 242 | 134 | 105 |
| Binary | 1100110 | 11111001 | 11001110 | 111011 | 0 | 10001 | 10 | 10100010 | 1011100 | 1000101 |
Color Harmonies of #66F9CE
Complementary color
Monochromatic Colors of #66F9CE
Black with #66F9CE
Text Example
Text Example
White with #66F9CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F9CE; }
p { color: rgb(102,249,206); }
H1.HeaderClassName
{
color: #66F9CE;
}
.AnyTagClassName
{
color: #66F9CE;
}
</style>
background-color css
<style>
a { background-color: #66F9CE; }
a { background-color: rgb(102,249,206); }
div.DivClassName
{
background-color: #66F9CE;
}
.BgClassName
{
background-color: #66F9CE;
}
</style>
border-color css
<style>
span { border-color: #66F9CE; }
span { border-color: rgb(102,249,206); }
td.TdClassName
{
border-color: #66F9CE;
}
.TagClassName
{
border-color: #66F9CE;
}
</style>