Shades of Medium Aquamarine #66CAB4
Tints of Medium Aquamarine #66CAB4
RGB
CMYK
RGB Variations
Color information
#66CAB4 (or 0x66CAB4) is known color: Medium Aquamarine. HEX triplet: 66, CA and B4. RGB value is (102,202,180). Sum of RGB (Red+Green+Blue) = 102+202+180=484 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.07% from 484); Green value is 202 (79.30% from 255 or 41.74% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66CAB4 is #99354B. Grayscale: #A9A9A9. Windows color (decimal): -10040652 or 11848294. OLE color: 11848294.
HSL color Cylindrical-coordinate representation of color #66CAB4: hue angle of 166.8º 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 #66CAB4 is Cyan = 0.50, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 180 | - |
| CMYK | 0.50 | 0 | 0.11 | 0.21 |
| HSL | 166.8º | 0.49% | 0.6% | - |
| HSV(B) | 166.8º | 0.5% | 0.79% | - |
| XYZ | 34.84 | 48.36 | 50.68 | - |
| YUV | 169.59 | 133.87 | 79.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 180 | 0.50 | 0 | 0.11 | 0.21 | 166.8 | 0.49 | 0.6 |
| Hex | 66 | CA | B4 | 32 | 0 | B | 15 | A7 | 31 | 3C |
| Octal | 146 | 312 | 264 | 62 | 0 | 13 | 25 | 247 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10110100 | 110010 | 0 | 1011 | 10101 | 10100111 | 110001 | 111100 |
Color Harmonies of #66CAB4
Complementary color
Monochromatic Colors of #66CAB4
Black with #66CAB4
Text Example
Text Example
White with #66CAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAB4; }
p { color: rgb(102,202,180); }
H1.HeaderClassName
{
color: #66CAB4;
}
.AnyTagClassName
{
color: #66CAB4;
}
</style>
background-color css
<style>
a { background-color: #66CAB4; }
a { background-color: rgb(102,202,180); }
div.DivClassName
{
background-color: #66CAB4;
}
.BgClassName
{
background-color: #66CAB4;
}
</style>
border-color css
<style>
span { border-color: #66CAB4; }
span { border-color: rgb(102,202,180); }
td.TdClassName
{
border-color: #66CAB4;
}
.TagClassName
{
border-color: #66CAB4;
}
</style>