Shades of Medium Aquamarine #66CA9C
Tints of Medium Aquamarine #66CA9C
RGB
CMYK
RGB Variations
Color information
#66CA9C (or 0x66CA9C) is known color: Medium Aquamarine. HEX triplet: 66, CA and 9C. RGB value is (102,202,156). Sum of RGB (Red+Green+Blue) = 102+202+156=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 202 (79.30% from 255 or 43.91% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CA9C is #993563. Grayscale: #A6A6A6. Windows color (decimal): -10040676 or 10275430. OLE color: 10275430.
HSL color Cylindrical-coordinate representation of color #66CA9C: hue angle of 152.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 #66CA9C is Cyan = 0.50, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 102 | 202 | 156 | - |
| CMYK | 0.50 | 0 | 0.23 | 0.21 |
| HSL | 152.4º | 0.49% | 0.6% | - |
| HSV(B) | 152.4º | 0.5% | 0.79% | - |
| XYZ | 32.6 | 47.47 | 38.9 | - |
| YUV | 166.86 | 121.87 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 202 | 156 | 0.50 | 0 | 0.23 | 0.21 | 152.4 | 0.49 | 0.6 |
| Hex | 66 | CA | 9C | 32 | 0 | 17 | 15 | 98 | 31 | 3C |
| Octal | 146 | 312 | 234 | 62 | 0 | 27 | 25 | 230 | 61 | 74 |
| Binary | 1100110 | 11001010 | 10011100 | 110010 | 0 | 10111 | 10101 | 10011000 | 110001 | 111100 |
Color Harmonies of #66CA9C
Complementary color
Monochromatic Colors of #66CA9C
Black with #66CA9C
Text Example
Text Example
White with #66CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CA9C; }
p { color: rgb(102,202,156); }
H1.HeaderClassName
{
color: #66CA9C;
}
.AnyTagClassName
{
color: #66CA9C;
}
</style>
background-color css
<style>
a { background-color: #66CA9C; }
a { background-color: rgb(102,202,156); }
div.DivClassName
{
background-color: #66CA9C;
}
.BgClassName
{
background-color: #66CA9C;
}
</style>
border-color css
<style>
span { border-color: #66CA9C; }
span { border-color: rgb(102,202,156); }
td.TdClassName
{
border-color: #66CA9C;
}
.TagClassName
{
border-color: #66CA9C;
}
</style>