Shades of Aquamarine #66F0CF
Tints of Aquamarine #66F0CF
RGB
CMYK
RGB Variations
Color information
#66F0CF (or 0x66F0CF) is known color: Aquamarine. HEX triplet: 66, F0 and CF. RGB value is (102,240,207). Sum of RGB (Red+Green+Blue) = 102+240+207=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0CF is #990F30. Grayscale: #C2C2C2. Windows color (decimal): -10030897 or 13627494. OLE color: 13627494.
HSL color Cylindrical-coordinate representation of color #66F0CF: hue angle of 165.65º degrees, saturation: 0.82, 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 #66F0CF is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 207 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.06 |
| HSL | 165.65º | 0.82% | 0.67% | - |
| HSV(B) | 165.65º | 0.58% | 0.94% | - |
| XYZ | 47.9 | 69.65 | 69.95 | - |
| YUV | 194.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 207 | 0.58 | 0 | 0.14 | 0.06 | 165.65 | 0.82 | 0.67 |
| Hex | 66 | F0 | CF | 3A | 0 | E | 6 | A6 | 52 | 43 |
| Octal | 146 | 360 | 317 | 72 | 0 | 16 | 6 | 246 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11001111 | 111010 | 0 | 1110 | 110 | 10100110 | 1010010 | 1000011 |
Color Harmonies of #66F0CF
Complementary color
Monochromatic Colors of #66F0CF
Black with #66F0CF
Text Example
Text Example
White with #66F0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0CF; }
p { color: rgb(102,240,207); }
H1.HeaderClassName
{
color: #66F0CF;
}
.AnyTagClassName
{
color: #66F0CF;
}
</style>
background-color css
<style>
a { background-color: #66F0CF; }
a { background-color: rgb(102,240,207); }
div.DivClassName
{
background-color: #66F0CF;
}
.BgClassName
{
background-color: #66F0CF;
}
</style>
border-color css
<style>
span { border-color: #66F0CF; }
span { border-color: rgb(102,240,207); }
td.TdClassName
{
border-color: #66F0CF;
}
.TagClassName
{
border-color: #66F0CF;
}
</style>