Shades of Aquamarine #66F0CC
Tints of Aquamarine #66F0CC
RGB
CMYK
RGB Variations
Color information
#66F0CC (or 0x66F0CC) is known color: Aquamarine. HEX triplet: 66, F0 and CC. RGB value is (102,240,204). Sum of RGB (Red+Green+Blue) = 102+240+204=546 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.68% from 546); Green value is 240 (94.14% from 255 or 43.96% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 240 - color contains mainly: green. Hex color #66F0CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F0CC is #990F33. Grayscale: #C2C2C2. Windows color (decimal): -10030900 or 13430886. OLE color: 13430886.
HSL color Cylindrical-coordinate representation of color #66F0CC: hue angle of 164.35º 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 #66F0CC is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 204 | - |
| CMYK | 0.58 | 0 | 0.15 | 0.06 |
| HSL | 164.35º | 0.82% | 0.67% | - |
| HSV(B) | 164.35º | 0.58% | 0.94% | - |
| XYZ | 47.54 | 69.5 | 68.04 | - |
| YUV | 194.63 | 133.28 | 61.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 204 | 0.58 | 0 | 0.15 | 0.06 | 164.35 | 0.82 | 0.67 |
| Hex | 66 | F0 | CC | 3A | 0 | F | 6 | A4 | 52 | 43 |
| Octal | 146 | 360 | 314 | 72 | 0 | 17 | 6 | 244 | 122 | 103 |
| Binary | 1100110 | 11110000 | 11001100 | 111010 | 0 | 1111 | 110 | 10100100 | 1010010 | 1000011 |
Color Harmonies of #66F0CC
Complementary color
Monochromatic Colors of #66F0CC
Black with #66F0CC
Text Example
Text Example
White with #66F0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F0CC; }
p { color: rgb(102,240,204); }
H1.HeaderClassName
{
color: #66F0CC;
}
.AnyTagClassName
{
color: #66F0CC;
}
</style>
background-color css
<style>
a { background-color: #66F0CC; }
a { background-color: rgb(102,240,204); }
div.DivClassName
{
background-color: #66F0CC;
}
.BgClassName
{
background-color: #66F0CC;
}
</style>
border-color css
<style>
span { border-color: #66F0CC; }
span { border-color: rgb(102,240,204); }
td.TdClassName
{
border-color: #66F0CC;
}
.TagClassName
{
border-color: #66F0CC;
}
</style>