Shades of Medium Aquamarine #66CAAE
Tints of Medium Aquamarine #66CAAE
RGB
CMYK
RGB Variations
Color information
#66CAAE (or 0x66CAAE) is known color: Medium Aquamarine. HEX triplet: 66, CA and AE. RGB value is (102,202,174). Sum of RGB (Red+Green+Blue) = 102+202+174=478 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.34% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 174 (68.36% from 255 or 36.40% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #66CAAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CAAE is #993551. Grayscale: #A8A8A8. Windows color (decimal): -10040658 or 11455078. OLE color: 11455078.
HSL color Cylindrical-coordinate representation of color #66CAAE: hue angle of 163.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 #66CAAE is Cyan = 0.50, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 174 | - |
| CMYK | 0.50 | 0 | 0.14 | 0.21 |
| HSL | 163.2º | 0.49% | 0.6% | - |
| HSV(B) | 163.2º | 0.5% | 0.79% | - |
| XYZ | 34.24 | 48.12 | 47.53 | - |
| YUV | 168.91 | 130.87 | 80.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 174 | 0.50 | 0 | 0.14 | 0.21 | 163.2 | 0.49 | 0.6 |
| Hex | 66 | CA | AE | 32 | 0 | E | 15 | A3 | 31 | 3C |
| Octal | 146 | 312 | 256 | 62 | 0 | 16 | 25 | 243 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10101110 | 110010 | 0 | 1110 | 10101 | 10100011 | 110001 | 111100 |
Color Harmonies of #66CAAE
Complementary color
Monochromatic Colors of #66CAAE
Black with #66CAAE
Text Example
Text Example
White with #66CAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CAAE; }
p { color: rgb(102,202,174); }
H1.HeaderClassName
{
color: #66CAAE;
}
.AnyTagClassName
{
color: #66CAAE;
}
</style>
background-color css
<style>
a { background-color: #66CAAE; }
a { background-color: rgb(102,202,174); }
div.DivClassName
{
background-color: #66CAAE;
}
.BgClassName
{
background-color: #66CAAE;
}
</style>
border-color css
<style>
span { border-color: #66CAAE; }
span { border-color: rgb(102,202,174); }
td.TdClassName
{
border-color: #66CAAE;
}
.TagClassName
{
border-color: #66CAAE;
}
</style>