Shades of Medium Aquamarine #65CEA4
Tints of Medium Aquamarine #65CEA4
RGB
CMYK
RGB Variations
Color information
#65CEA4 (or 0x65CEA4) is known color: Medium Aquamarine. HEX triplet: 65, CE and A4. RGB value is (101,206,164). Sum of RGB (Red+Green+Blue) = 101+206+164=471 (62% of max value = 765). Red value is 101 (39.84% from 255 or 21.44% from 471); Green value is 206 (80.86% from 255 or 43.74% from 471); Blue value is 164 (64.45% from 255 or 34.82% from 471); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEA4 is #9A315B. Grayscale: #A9A9A9. Windows color (decimal): -10105180 or 10800741. OLE color: 10800741.
HSL color Cylindrical-coordinate representation of color #65CEA4: hue angle of 156º 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 #65CEA4 is Cyan = 0.51, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 164 | - |
| CMYK | 0.51 | 0 | 0.20 | 0.19 |
| HSL | 156º | 0.52% | 0.6% | - |
| HSV(B) | 156º | 0.51% | 0.81% | - |
| XYZ | 34.14 | 49.59 | 42.89 | - |
| YUV | 169.82 | 124.71 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 164 | 0.51 | 0 | 0.20 | 0.19 | 156 | 0.52 | 0.6 |
| Hex | 65 | CE | A4 | 33 | 0 | 14 | 13 | 9C | 34 | 3C |
| Octal | 145 | 316 | 244 | 63 | 0 | 24 | 23 | 234 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10100100 | 110011 | 0 | 10100 | 10011 | 10011100 | 110100 | 111100 |
Color Harmonies of #65CEA4
Complementary color
Monochromatic Colors of #65CEA4
Black with #65CEA4
Text Example
Text Example
White with #65CEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEA4; }
p { color: rgb(101,206,164); }
H1.HeaderClassName
{
color: #65CEA4;
}
.AnyTagClassName
{
color: #65CEA4;
}
</style>
background-color css
<style>
a { background-color: #65CEA4; }
a { background-color: rgb(101,206,164); }
div.DivClassName
{
background-color: #65CEA4;
}
.BgClassName
{
background-color: #65CEA4;
}
</style>
border-color css
<style>
span { border-color: #65CEA4; }
span { border-color: rgb(101,206,164); }
td.TdClassName
{
border-color: #65CEA4;
}
.TagClassName
{
border-color: #65CEA4;
}
</style>