Shades of Aquamarine #66F2CF
Tints of Aquamarine #66F2CF
RGB
CMYK
RGB Variations
Color information
#66F2CF (or 0x66F2CF) is known color: Aquamarine. HEX triplet: 66, F2 and CF. RGB value is (102,242,207). Sum of RGB (Red+Green+Blue) = 102+242+207=551 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.51% from 551); Green value is 242 (94.92% from 255 or 43.92% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2CF is #990D30. Grayscale: #C4C4C4. Windows color (decimal): -10030385 or 13628006. OLE color: 13628006.
HSL color Cylindrical-coordinate representation of color #66F2CF: hue angle of 165º 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 #66F2CF is Cyan = 0.58, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 207 | - |
| CMYK | 0.58 | 0 | 0.14 | 0.05 |
| HSL | 165º | 0.84% | 0.67% | - |
| HSV(B) | 165º | 0.58% | 0.95% | - |
| XYZ | 48.49 | 70.83 | 70.15 | - |
| YUV | 196.15 | 134.12 | 60.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 207 | 0.58 | 0 | 0.14 | 0.05 | 165 | 0.84 | 0.67 |
| Hex | 66 | F2 | CF | 3A | 0 | E | 5 | A5 | 54 | 43 |
| Octal | 146 | 362 | 317 | 72 | 0 | 16 | 5 | 245 | 124 | 103 |
| Binary | 1100110 | 11110010 | 11001111 | 111010 | 0 | 1110 | 101 | 10100101 | 1010100 | 1000011 |
Color Harmonies of #66F2CF
Complementary color
Monochromatic Colors of #66F2CF
Black with #66F2CF
Text Example
Text Example
White with #66F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2CF; }
p { color: rgb(102,242,207); }
H1.HeaderClassName
{
color: #66F2CF;
}
.AnyTagClassName
{
color: #66F2CF;
}
</style>
background-color css
<style>
a { background-color: #66F2CF; }
a { background-color: rgb(102,242,207); }
div.DivClassName
{
background-color: #66F2CF;
}
.BgClassName
{
background-color: #66F2CF;
}
</style>
border-color css
<style>
span { border-color: #66F2CF; }
span { border-color: rgb(102,242,207); }
td.TdClassName
{
border-color: #66F2CF;
}
.TagClassName
{
border-color: #66F2CF;
}
</style>