Shades of Medium Aquamarine #65CEA8
Tints of Medium Aquamarine #65CEA8
RGB
CMYK
RGB Variations
Color information
#65CEA8 (or 0x65CEA8) is known color: Medium Aquamarine. HEX triplet: 65, CE and A8. RGB value is (101,206,168). Sum of RGB (Red+Green+Blue) = 101+206+168=475 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.26% from 475); Green value is 206 (80.86% from 255 or 43.37% from 475); Blue value is 168 (66.02% from 255 or 35.37% from 475); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEA8 is #9A3157. Grayscale: #AAAAAA. Windows color (decimal): -10105176 or 11062885. OLE color: 11062885.
HSL color Cylindrical-coordinate representation of color #65CEA8: hue angle of 158.29º 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 #65CEA8 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 168 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.19 |
| HSL | 158.29º | 0.52% | 0.6% | - |
| HSV(B) | 158.29º | 0.51% | 0.81% | - |
| XYZ | 34.51 | 49.74 | 44.83 | - |
| YUV | 170.27 | 126.71 | 78.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 168 | 0.51 | 0 | 0.18 | 0.19 | 158.29 | 0.52 | 0.6 |
| Hex | 65 | CE | A8 | 33 | 0 | 12 | 13 | 9E | 34 | 3C |
| Octal | 145 | 316 | 250 | 63 | 0 | 22 | 23 | 236 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10101000 | 110011 | 0 | 10010 | 10011 | 10011110 | 110100 | 111100 |
Color Harmonies of #65CEA8
Complementary color
Monochromatic Colors of #65CEA8
Black with #65CEA8
Text Example
Text Example
White with #65CEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEA8; }
p { color: rgb(101,206,168); }
H1.HeaderClassName
{
color: #65CEA8;
}
.AnyTagClassName
{
color: #65CEA8;
}
</style>
background-color css
<style>
a { background-color: #65CEA8; }
a { background-color: rgb(101,206,168); }
div.DivClassName
{
background-color: #65CEA8;
}
.BgClassName
{
background-color: #65CEA8;
}
</style>
border-color css
<style>
span { border-color: #65CEA8; }
span { border-color: rgb(101,206,168); }
td.TdClassName
{
border-color: #65CEA8;
}
.TagClassName
{
border-color: #65CEA8;
}
</style>