Shades of Medium Aquamarine #66CF9B
Tints of Medium Aquamarine #66CF9B
RGB
CMYK
RGB Variations
Color information
#66CF9B (or 0x66CF9B) is known color: Medium Aquamarine. HEX triplet: 66, CF and 9B. RGB value is (102,207,155). Sum of RGB (Red+Green+Blue) = 102+207+155=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 207 (81.25% from 255 or 44.61% from 464); Blue value is 155 (60.94% from 255 or 33.41% from 464); Max value from RGB is 207 - color contains mainly: green. Hex color #66CF9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66CF9B is #993064. Grayscale: #A9A9A9. Windows color (decimal): -10039397 or 10211174. OLE color: 10211174.
HSL color Cylindrical-coordinate representation of color #66CF9B: hue angle of 150.29º 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 #66CF9B is Cyan = 0.51, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 102 | 207 | 155 | - |
| CMYK | 0.51 | 0 | 0.25 | 0.19 |
| HSL | 150.29º | 0.52% | 0.61% | - |
| HSV(B) | 150.29º | 0.51% | 0.81% | - |
| XYZ | 33.71 | 49.82 | 38.85 | - |
| YUV | 169.68 | 119.71 | 79.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 207 | 155 | 0.51 | 0 | 0.25 | 0.19 | 150.29 | 0.52 | 0.61 |
| Hex | 66 | CF | 9B | 33 | 0 | 19 | 13 | 96 | 34 | 3D |
| Octal | 146 | 317 | 233 | 63 | 0 | 31 | 23 | 226 | 64 | 75 |
| Binary | 1100110 | 11001111 | 10011011 | 110011 | 0 | 11001 | 10011 | 10010110 | 110100 | 111101 |
Color Harmonies of #66CF9B
Complementary color
Monochromatic Colors of #66CF9B
Black with #66CF9B
Text Example
Text Example
White with #66CF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66CF9B; }
p { color: rgb(102,207,155); }
H1.HeaderClassName
{
color: #66CF9B;
}
.AnyTagClassName
{
color: #66CF9B;
}
</style>
background-color css
<style>
a { background-color: #66CF9B; }
a { background-color: rgb(102,207,155); }
div.DivClassName
{
background-color: #66CF9B;
}
.BgClassName
{
background-color: #66CF9B;
}
</style>
border-color css
<style>
span { border-color: #66CF9B; }
span { border-color: rgb(102,207,155); }
td.TdClassName
{
border-color: #66CF9B;
}
.TagClassName
{
border-color: #66CF9B;
}
</style>