Shades of Aquamarine #66F4CB
Tints of Aquamarine #66F4CB
RGB
CMYK
RGB Variations
Color information
#66F4CB (or 0x66F4CB) is known color: Aquamarine. HEX triplet: 66, F4 and CB. RGB value is (102,244,203). Sum of RGB (Red+Green+Blue) = 102+244+203=549 (72% of max value = 765). Red value is 102 (40.23% from 255 or 18.58% from 549); Green value is 244 (95.70% from 255 or 44.44% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 244 - color contains mainly: green. Hex color #66F4CB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #66F4CB is #990B34. Grayscale: #C4C4C4. Windows color (decimal): -10029877 or 13366374. OLE color: 13366374.
HSL color Cylindrical-coordinate representation of color #66F4CB: hue angle of 162.68º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F4CB is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 244 | 203 | - |
| CMYK | 0.58 | 0 | 0.17 | 0.04 |
| HSL | 162.68º | 0.87% | 0.68% | - |
| HSV(B) | 162.68º | 0.58% | 0.96% | - |
| XYZ | 48.61 | 71.84 | 67.8 | - |
| YUV | 196.87 | 131.46 | 60.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 244 | 203 | 0.58 | 0 | 0.17 | 0.04 | 162.68 | 0.87 | 0.68 |
| Hex | 66 | F4 | CB | 3A | 0 | 11 | 4 | A3 | 57 | 44 |
| Octal | 146 | 364 | 313 | 72 | 0 | 21 | 4 | 243 | 127 | 104 |
| Binary | 1100110 | 11110100 | 11001011 | 111010 | 0 | 10001 | 100 | 10100011 | 1010111 | 1000100 |
Color Harmonies of #66F4CB
Complementary color
Monochromatic Colors of #66F4CB
Black with #66F4CB
Text Example
Text Example
White with #66F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F4CB; }
p { color: rgb(102,244,203); }
H1.HeaderClassName
{
color: #66F4CB;
}
.AnyTagClassName
{
color: #66F4CB;
}
</style>
background-color css
<style>
a { background-color: #66F4CB; }
a { background-color: rgb(102,244,203); }
div.DivClassName
{
background-color: #66F4CB;
}
.BgClassName
{
background-color: #66F4CB;
}
</style>
border-color css
<style>
span { border-color: #66F4CB; }
span { border-color: rgb(102,244,203); }
td.TdClassName
{
border-color: #66F4CB;
}
.TagClassName
{
border-color: #66F4CB;
}
</style>