Shades of Medium Aquamarine #65CEAC
Tints of Medium Aquamarine #65CEAC
RGB
CMYK
RGB Variations
Color information
#65CEAC (or 0x65CEAC) is known color: Medium Aquamarine. HEX triplet: 65, CE and AC. RGB value is (101,206,172). Sum of RGB (Red+Green+Blue) = 101+206+172=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 206 (80.86% from 255 or 43.01% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEAC is #9A3153. Grayscale: #AAAAAA. Windows color (decimal): -10105172 or 11325029. OLE color: 11325029.
HSL color Cylindrical-coordinate representation of color #65CEAC: hue angle of 160.57º 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 #65CEAC is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 172 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.19 |
| HSL | 160.57º | 0.52% | 0.6% | - |
| HSV(B) | 160.57º | 0.51% | 0.81% | - |
| XYZ | 34.88 | 49.89 | 46.82 | - |
| YUV | 170.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 172 | 0.51 | 0 | 0.17 | 0.19 | 160.57 | 0.52 | 0.6 |
| Hex | 65 | CE | AC | 33 | 0 | 11 | 13 | A1 | 34 | 3C |
| Octal | 145 | 316 | 254 | 63 | 0 | 21 | 23 | 241 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10101100 | 110011 | 0 | 10001 | 10011 | 10100001 | 110100 | 111100 |
Color Harmonies of #65CEAC
Complementary color
Monochromatic Colors of #65CEAC
Black with #65CEAC
Text Example
Text Example
White with #65CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEAC; }
p { color: rgb(101,206,172); }
H1.HeaderClassName
{
color: #65CEAC;
}
.AnyTagClassName
{
color: #65CEAC;
}
</style>
background-color css
<style>
a { background-color: #65CEAC; }
a { background-color: rgb(101,206,172); }
div.DivClassName
{
background-color: #65CEAC;
}
.BgClassName
{
background-color: #65CEAC;
}
</style>
border-color css
<style>
span { border-color: #65CEAC; }
span { border-color: rgb(101,206,172); }
td.TdClassName
{
border-color: #65CEAC;
}
.TagClassName
{
border-color: #65CEAC;
}
</style>