Shades of Medium Aquamarine #66D0B5
Tints of Medium Aquamarine #66D0B5
RGB
CMYK
RGB Variations
Color information
#66D0B5 (or 0x66D0B5) is known color: Medium Aquamarine. HEX triplet: 66, D0 and B5. RGB value is (102,208,181). Sum of RGB (Red+Green+Blue) = 102+208+181=491 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.77% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 208 - color contains mainly: green. Hex color #66D0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #66D0B5 is #992F4A. Grayscale: #ADADAD. Windows color (decimal): -10039115 or 11915366. OLE color: 11915366.
HSL color Cylindrical-coordinate representation of color #66D0B5: hue angle of 164.72º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #66D0B5 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 102 | 208 | 181 | - |
| CMYK | 0.51 | 0 | 0.13 | 0.18 |
| HSL | 164.72º | 0.53% | 0.61% | - |
| HSV(B) | 164.72º | 0.51% | 0.82% | - |
| XYZ | 36.38 | 51.27 | 51.7 | - |
| YUV | 173.23 | 132.38 | 77.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 208 | 181 | 0.51 | 0 | 0.13 | 0.18 | 164.72 | 0.53 | 0.61 |
| Hex | 66 | D0 | B5 | 33 | 0 | D | 12 | A5 | 35 | 3D |
| Octal | 146 | 320 | 265 | 63 | 0 | 15 | 22 | 245 | 65 | 75 |
| Binary | 1100110 | 11010000 | 10110101 | 110011 | 0 | 1101 | 10010 | 10100101 | 110101 | 111101 |
Color Harmonies of #66D0B5
Complementary color
Monochromatic Colors of #66D0B5
Black with #66D0B5
Text Example
Text Example
White with #66D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D0B5; }
p { color: rgb(102,208,181); }
H1.HeaderClassName
{
color: #66D0B5;
}
.AnyTagClassName
{
color: #66D0B5;
}
</style>
background-color css
<style>
a { background-color: #66D0B5; }
a { background-color: rgb(102,208,181); }
div.DivClassName
{
background-color: #66D0B5;
}
.BgClassName
{
background-color: #66D0B5;
}
</style>
border-color css
<style>
span { border-color: #66D0B5; }
span { border-color: rgb(102,208,181); }
td.TdClassName
{
border-color: #66D0B5;
}
.TagClassName
{
border-color: #66D0B5;
}
</style>