Shades of Medium Aquamarine #66CF9F
Tints of Medium Aquamarine #66CF9F
RGB
CMYK
RGB Variations
Color information
#66CF9F (or 0x66CF9F) is known color: Medium Aquamarine. HEX triplet: 66, CF and 9F. RGB value is (102,207,159). Sum of RGB (Red+Green+Blue) = 102+207+159=468 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.79% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF9F is #993060. Grayscale: #AAAAAA. Windows color (decimal): -10039393 or 10473318. OLE color: 10473318.
HSL color Cylindrical-coordinate representation of color #66CF9F: hue angle of 152.57º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66CF9F is Cyan = 0.51, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 159 | - |
| CMYK | 0.51 | 0 | 0.23 | 0.19 |
| HSL | 152.57º | 0.52% | 0.61% | - |
| HSV(B) | 152.57º | 0.51% | 0.81% | - |
| XYZ | 34.05 | 49.95 | 40.65 | - |
| YUV | 170.13 | 121.71 | 79.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 159 | 0.51 | 0 | 0.23 | 0.19 | 152.57 | 0.52 | 0.61 |
| Hex | 66 | CF | 9F | 33 | 0 | 17 | 13 | 99 | 34 | 3D |
| Octal | 146 | 317 | 237 | 63 | 0 | 27 | 23 | 231 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10011111 | 110011 | 0 | 10111 | 10011 | 10011001 | 110100 | 111101 |
Color Harmonies of #66CF9F
Complementary color
Monochromatic Colors of #66CF9F
Black with #66CF9F
Text Example
Text Example
White with #66CF9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF9F; }
p { color: rgb(102,207,159); }
H1.HeaderClassName
{
color: #66CF9F;
}
.AnyTagClassName
{
color: #66CF9F;
}
</style>
background-color css
<style>
a { background-color: #66CF9F; }
a { background-color: rgb(102,207,159); }
div.DivClassName
{
background-color: #66CF9F;
}
.BgClassName
{
background-color: #66CF9F;
}
</style>
border-color css
<style>
span { border-color: #66CF9F; }
span { border-color: rgb(102,207,159); }
td.TdClassName
{
border-color: #66CF9F;
}
.TagClassName
{
border-color: #66CF9F;
}
</style>