Shades of Medium Aquamarine #66CAA4
Tints of Medium Aquamarine #66CAA4
RGB
CMYK
RGB Variations
Color information
#66CAA4 (or 0x66CAA4) is known color: Medium Aquamarine. HEX triplet: 66, CA and A4. RGB value is (102,202,164). Sum of RGB (Red+Green+Blue) = 102+202+164=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 164 (64.45% from 255 or 35.04% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAA4 is #99355B. Grayscale: #A7A7A7. Windows color (decimal): -10040668 or 10799718. OLE color: 10799718.
HSL color Cylindrical-coordinate representation of color #66CAA4: hue angle of 157.2º 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 #66CAA4 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 164 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.21 |
| HSL | 157.2º | 0.49% | 0.6% | - |
| HSV(B) | 157.2º | 0.5% | 0.79% | - |
| XYZ | 33.3 | 47.75 | 42.58 | - |
| YUV | 167.77 | 125.87 | 81.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 164 | 0.50 | 0 | 0.19 | 0.21 | 157.2 | 0.49 | 0.6 |
| Hex | 66 | CA | A4 | 32 | 0 | 13 | 15 | 9D | 31 | 3C |
| Octal | 146 | 312 | 244 | 62 | 0 | 23 | 25 | 235 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10100100 | 110010 | 0 | 10011 | 10101 | 10011101 | 110001 | 111100 |
Color Harmonies of #66CAA4
Complementary color
Monochromatic Colors of #66CAA4
Black with #66CAA4
Text Example
Text Example
White with #66CAA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAA4; }
p { color: rgb(102,202,164); }
H1.HeaderClassName
{
color: #66CAA4;
}
.AnyTagClassName
{
color: #66CAA4;
}
</style>
background-color css
<style>
a { background-color: #66CAA4; }
a { background-color: rgb(102,202,164); }
div.DivClassName
{
background-color: #66CAA4;
}
.BgClassName
{
background-color: #66CAA4;
}
</style>
border-color css
<style>
span { border-color: #66CAA4; }
span { border-color: rgb(102,202,164); }
td.TdClassName
{
border-color: #66CAA4;
}
.TagClassName
{
border-color: #66CAA4;
}
</style>