Shades of Medium Aquamarine #66CAB0
Tints of Medium Aquamarine #66CAB0
RGB
CMYK
RGB Variations
Color information
#66CAB0 (or 0x66CAB0) is known color: Medium Aquamarine. HEX triplet: 66, CA and B0. RGB value is (102,202,176). Sum of RGB (Red+Green+Blue) = 102+202+176=480 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.25% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAB0 is #99354F. Grayscale: #A9A9A9. Windows color (decimal): -10040656 or 11586150. OLE color: 11586150.
HSL color Cylindrical-coordinate representation of color #66CAB0: hue angle of 164.4º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #66CAB0 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 176 | - |
| CMYK | 0.50 | 0 | 0.13 | 0.21 |
| HSL | 164.4º | 0.49% | 0.6% | - |
| HSV(B) | 164.4º | 0.5% | 0.79% | - |
| XYZ | 34.44 | 48.2 | 48.56 | - |
| YUV | 169.14 | 131.87 | 80.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 176 | 0.50 | 0 | 0.13 | 0.21 | 164.4 | 0.49 | 0.6 |
| Hex | 66 | CA | B0 | 32 | 0 | D | 15 | A4 | 31 | 3C |
| Octal | 146 | 312 | 260 | 62 | 0 | 15 | 25 | 244 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10110000 | 110010 | 0 | 1101 | 10101 | 10100100 | 110001 | 111100 |
Color Harmonies of #66CAB0
Complementary color
Monochromatic Colors of #66CAB0
Black with #66CAB0
Text Example
Text Example
White with #66CAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAB0; }
p { color: rgb(102,202,176); }
H1.HeaderClassName
{
color: #66CAB0;
}
.AnyTagClassName
{
color: #66CAB0;
}
</style>
background-color css
<style>
a { background-color: #66CAB0; }
a { background-color: rgb(102,202,176); }
div.DivClassName
{
background-color: #66CAB0;
}
.BgClassName
{
background-color: #66CAB0;
}
</style>
border-color css
<style>
span { border-color: #66CAB0; }
span { border-color: rgb(102,202,176); }
td.TdClassName
{
border-color: #66CAB0;
}
.TagClassName
{
border-color: #66CAB0;
}
</style>