Shades of Medium Aquamarine #65CEAB
Tints of Medium Aquamarine #65CEAB
RGB
CMYK
RGB Variations
Color information
#65CEAB (or 0x65CEAB) is known color: Medium Aquamarine. HEX triplet: 65, CE and AB. RGB value is (101,206,171). Sum of RGB (Red+Green+Blue) = 101+206+171=478 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.13% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEAB is #9A3154. Grayscale: #AAAAAA. Windows color (decimal): -10105173 or 11259493. OLE color: 11259493.
HSL color Cylindrical-coordinate representation of color #65CEAB: hue angle of 160º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #65CEAB is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 171 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.19 |
| HSL | 160º | 0.52% | 0.6% | - |
| HSV(B) | 160º | 0.51% | 0.81% | - |
| XYZ | 34.79 | 49.85 | 46.32 | - |
| YUV | 170.62 | 128.21 | 78.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 171 | 0.51 | 0 | 0.17 | 0.19 | 160 | 0.52 | 0.6 |
| Hex | 65 | CE | AB | 33 | 0 | 11 | 13 | A0 | 34 | 3C |
| Octal | 145 | 316 | 253 | 63 | 0 | 21 | 23 | 240 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10101011 | 110011 | 0 | 10001 | 10011 | 10100000 | 110100 | 111100 |
Color Harmonies of #65CEAB
Complementary color
Monochromatic Colors of #65CEAB
Black with #65CEAB
Text Example
Text Example
White with #65CEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEAB; }
p { color: rgb(101,206,171); }
H1.HeaderClassName
{
color: #65CEAB;
}
.AnyTagClassName
{
color: #65CEAB;
}
</style>
background-color css
<style>
a { background-color: #65CEAB; }
a { background-color: rgb(101,206,171); }
div.DivClassName
{
background-color: #65CEAB;
}
.BgClassName
{
background-color: #65CEAB;
}
</style>
border-color css
<style>
span { border-color: #65CEAB; }
span { border-color: rgb(101,206,171); }
td.TdClassName
{
border-color: #65CEAB;
}
.TagClassName
{
border-color: #65CEAB;
}
</style>