Shades of Aquamarine #66F2CC
Tints of Aquamarine #66F2CC
RGB
CMYK
RGB Variations
Color information
#66F2CC (or 0x66F2CC) is known color: Aquamarine. HEX triplet: 66, F2 and CC. RGB value is (102,242,204). Sum of RGB (Red+Green+Blue) = 102+242+204=548 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.61% from 548); Green value is 242 (94.92% from 255 or 44.16% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 242 - color contains mainly: green. Hex color #66F2CC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F2CC is #990D33. Grayscale: #C3C3C3. Windows color (decimal): -10030388 or 13431398. OLE color: 13431398.
HSL color Cylindrical-coordinate representation of color #66F2CC: hue angle of 163.71º 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 #66F2CC is Cyan = 0.58, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 242 | 204 | - |
| CMYK | 0.58 | 0 | 0.16 | 0.05 |
| HSL | 163.71º | 0.84% | 0.67% | - |
| HSV(B) | 163.71º | 0.58% | 0.95% | - |
| XYZ | 48.13 | 70.69 | 68.23 | - |
| YUV | 195.81 | 132.62 | 61.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 242 | 204 | 0.58 | 0 | 0.16 | 0.05 | 163.71 | 0.84 | 0.67 |
| Hex | 66 | F2 | CC | 3A | 0 | 10 | 5 | A4 | 54 | 43 |
| Octal | 146 | 362 | 314 | 72 | 0 | 20 | 5 | 244 | 124 | 103 |
| Binary | 1100110 | 11110010 | 11001100 | 111010 | 0 | 10000 | 101 | 10100100 | 1010100 | 1000011 |
Color Harmonies of #66F2CC
Complementary color
Monochromatic Colors of #66F2CC
Black with #66F2CC
Text Example
Text Example
White with #66F2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F2CC; }
p { color: rgb(102,242,204); }
H1.HeaderClassName
{
color: #66F2CC;
}
.AnyTagClassName
{
color: #66F2CC;
}
</style>
background-color css
<style>
a { background-color: #66F2CC; }
a { background-color: rgb(102,242,204); }
div.DivClassName
{
background-color: #66F2CC;
}
.BgClassName
{
background-color: #66F2CC;
}
</style>
border-color css
<style>
span { border-color: #66F2CC; }
span { border-color: rgb(102,242,204); }
td.TdClassName
{
border-color: #66F2CC;
}
.TagClassName
{
border-color: #66F2CC;
}
</style>