Shades of Medium Aquamarine #65CEB0
Tints of Medium Aquamarine #65CEB0
RGB
CMYK
RGB Variations
Color information
#65CEB0 (or 0x65CEB0) is known color: Medium Aquamarine. HEX triplet: 65, CE and B0. RGB value is (101,206,176). Sum of RGB (Red+Green+Blue) = 101+206+176=483 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.91% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 176 (69.14% from 255 or 36.44% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEB0 is #9A314F. Grayscale: #ABABAB. Windows color (decimal): -10105168 or 11587173. OLE color: 11587173.
HSL color Cylindrical-coordinate representation of color #65CEB0: hue angle of 162.86º 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 #65CEB0 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 176 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.19 |
| HSL | 162.86º | 0.52% | 0.6% | - |
| HSV(B) | 162.86º | 0.51% | 0.81% | - |
| XYZ | 35.27 | 50.04 | 48.87 | - |
| YUV | 171.19 | 130.71 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 176 | 0.51 | 0 | 0.15 | 0.19 | 162.86 | 0.52 | 0.6 |
| Hex | 65 | CE | B0 | 33 | 0 | F | 13 | A3 | 34 | 3C |
| Octal | 145 | 316 | 260 | 63 | 0 | 17 | 23 | 243 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10110000 | 110011 | 0 | 1111 | 10011 | 10100011 | 110100 | 111100 |
Color Harmonies of #65CEB0
Complementary color
Monochromatic Colors of #65CEB0
Black with #65CEB0
Text Example
Text Example
White with #65CEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEB0; }
p { color: rgb(101,206,176); }
H1.HeaderClassName
{
color: #65CEB0;
}
.AnyTagClassName
{
color: #65CEB0;
}
</style>
background-color css
<style>
a { background-color: #65CEB0; }
a { background-color: rgb(101,206,176); }
div.DivClassName
{
background-color: #65CEB0;
}
.BgClassName
{
background-color: #65CEB0;
}
</style>
border-color css
<style>
span { border-color: #65CEB0; }
span { border-color: rgb(101,206,176); }
td.TdClassName
{
border-color: #65CEB0;
}
.TagClassName
{
border-color: #65CEB0;
}
</style>