Shades of Medium Aquamarine #66CA9F
Tints of Medium Aquamarine #66CA9F
RGB
CMYK
RGB Variations
Color information
#66CA9F (or 0x66CA9F) is known color: Medium Aquamarine. HEX triplet: 66, CA and 9F. RGB value is (102,202,159). Sum of RGB (Red+Green+Blue) = 102+202+159=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA9F is #993560. Grayscale: #A7A7A7. Windows color (decimal): -10040673 or 10472038. OLE color: 10472038.
HSL color Cylindrical-coordinate representation of color #66CA9F: hue angle of 154.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 #66CA9F is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 159 | - |
| CMYK | 0.50 | 0 | 0.21 | 0.21 |
| HSL | 154.2º | 0.49% | 0.6% | - |
| HSV(B) | 154.2º | 0.5% | 0.79% | - |
| XYZ | 32.86 | 47.57 | 40.25 | - |
| YUV | 167.2 | 123.37 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 159 | 0.50 | 0 | 0.21 | 0.21 | 154.2 | 0.49 | 0.6 |
| Hex | 66 | CA | 9F | 32 | 0 | 15 | 15 | 9A | 31 | 3C |
| Octal | 146 | 312 | 237 | 62 | 0 | 25 | 25 | 232 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10011111 | 110010 | 0 | 10101 | 10101 | 10011010 | 110001 | 111100 |
Color Harmonies of #66CA9F
Complementary color
Monochromatic Colors of #66CA9F
Black with #66CA9F
Text Example
Text Example
White with #66CA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA9F; }
p { color: rgb(102,202,159); }
H1.HeaderClassName
{
color: #66CA9F;
}
.AnyTagClassName
{
color: #66CA9F;
}
</style>
background-color css
<style>
a { background-color: #66CA9F; }
a { background-color: rgb(102,202,159); }
div.DivClassName
{
background-color: #66CA9F;
}
.BgClassName
{
background-color: #66CA9F;
}
</style>
border-color css
<style>
span { border-color: #66CA9F; }
span { border-color: rgb(102,202,159); }
td.TdClassName
{
border-color: #66CA9F;
}
.TagClassName
{
border-color: #66CA9F;
}
</style>