Shades of Medium Aquamarine #65CEB5
Tints of Medium Aquamarine #65CEB5
RGB
CMYK
RGB Variations
Color information
#65CEB5 (or 0x65CEB5) is known color: Medium Aquamarine. HEX triplet: 65, CE and B5. RGB value is (101,206,181). Sum of RGB (Red+Green+Blue) = 101+206+181=488 (64% of max value = 765). Red value is 101 (39.84% from 255 or 20.70% from 488); Green value is 206 (80.86% from 255 or 42.21% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #65CEB5 is #9A314A. Grayscale: #ABABAB. Windows color (decimal): -10105163 or 11914853. OLE color: 11914853.
HSL color Cylindrical-coordinate representation of color #65CEB5: hue angle of 165.71º 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 #65CEB5 is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 181 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.19 |
| HSL | 165.71º | 0.52% | 0.6% | - |
| HSV(B) | 165.71º | 0.51% | 0.81% | - |
| XYZ | 35.78 | 50.25 | 51.53 | - |
| YUV | 171.76 | 133.21 | 77.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 181 | 0.51 | 0 | 0.12 | 0.19 | 165.71 | 0.52 | 0.6 |
| Hex | 65 | CE | B5 | 33 | 0 | C | 13 | A6 | 34 | 3C |
| Octal | 145 | 316 | 265 | 63 | 0 | 14 | 23 | 246 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10110101 | 110011 | 0 | 1100 | 10011 | 10100110 | 110100 | 111100 |
Color Harmonies of #65CEB5
Complementary color
Monochromatic Colors of #65CEB5
Black with #65CEB5
Text Example
Text Example
White with #65CEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEB5; }
p { color: rgb(101,206,181); }
H1.HeaderClassName
{
color: #65CEB5;
}
.AnyTagClassName
{
color: #65CEB5;
}
</style>
background-color css
<style>
a { background-color: #65CEB5; }
a { background-color: rgb(101,206,181); }
div.DivClassName
{
background-color: #65CEB5;
}
.BgClassName
{
background-color: #65CEB5;
}
</style>
border-color css
<style>
span { border-color: #65CEB5; }
span { border-color: rgb(101,206,181); }
td.TdClassName
{
border-color: #65CEB5;
}
.TagClassName
{
border-color: #65CEB5;
}
</style>