Shades of Medium Aquamarine #66CF9C
Tints of Medium Aquamarine #66CF9C
RGB
CMYK
RGB Variations
Color information
#66CF9C (or 0x66CF9C) is known color: Medium Aquamarine. HEX triplet: 66, CF and 9C. RGB value is (102,207,156). Sum of RGB (Red+Green+Blue) = 102+207+156=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF9C is #993063. Grayscale: #A9A9A9. Windows color (decimal): -10039396 or 10276710. OLE color: 10276710.
HSL color Cylindrical-coordinate representation of color #66CF9C: hue angle of 150.86º 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 #66CF9C is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 156 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.19 |
| HSL | 150.86º | 0.52% | 0.61% | - |
| HSV(B) | 150.86º | 0.51% | 0.81% | - |
| XYZ | 33.79 | 49.85 | 39.29 | - |
| YUV | 169.79 | 120.21 | 79.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 156 | 0.51 | 0 | 0.25 | 0.19 | 150.86 | 0.52 | 0.61 |
| Hex | 66 | CF | 9C | 33 | 0 | 19 | 13 | 97 | 34 | 3D |
| Octal | 146 | 317 | 234 | 63 | 0 | 31 | 23 | 227 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10011100 | 110011 | 0 | 11001 | 10011 | 10010111 | 110100 | 111101 |
Color Harmonies of #66CF9C
Complementary color
Monochromatic Colors of #66CF9C
Black with #66CF9C
Text Example
Text Example
White with #66CF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF9C; }
p { color: rgb(102,207,156); }
H1.HeaderClassName
{
color: #66CF9C;
}
.AnyTagClassName
{
color: #66CF9C;
}
</style>
background-color css
<style>
a { background-color: #66CF9C; }
a { background-color: rgb(102,207,156); }
div.DivClassName
{
background-color: #66CF9C;
}
.BgClassName
{
background-color: #66CF9C;
}
</style>
border-color css
<style>
span { border-color: #66CF9C; }
span { border-color: rgb(102,207,156); }
td.TdClassName
{
border-color: #66CF9C;
}
.TagClassName
{
border-color: #66CF9C;
}
</style>