Shades of Medium Aquamarine #65CEAF
Tints of Medium Aquamarine #65CEAF
RGB
CMYK
RGB Variations
Color information
#65CEAF (or 0x65CEAF) is known color: Medium Aquamarine. HEX triplet: 65, CE and AF. RGB value is (101,206,175). Sum of RGB (Red+Green+Blue) = 101+206+175=482 (63% of max value = 765). Red value is 101 (39.84% from 255 or 20.95% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #65CEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CEAF is #9A3150. Grayscale: #ABABAB. Windows color (decimal): -10105169 or 11521637. OLE color: 11521637.
HSL color Cylindrical-coordinate representation of color #65CEAF: hue angle of 162.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 #65CEAF is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 206 | 175 | - |
| CMYK | 0.51 | 0 | 0.15 | 0.19 |
| HSL | 162.29º | 0.52% | 0.6% | - |
| HSV(B) | 162.29º | 0.51% | 0.81% | - |
| XYZ | 35.18 | 50 | 48.36 | - |
| YUV | 171.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 206 | 175 | 0.51 | 0 | 0.15 | 0.19 | 162.29 | 0.52 | 0.6 |
| Hex | 65 | CE | AF | 33 | 0 | F | 13 | A2 | 34 | 3C |
| Octal | 145 | 316 | 257 | 63 | 0 | 17 | 23 | 242 | 64 | 74 |
| Binary | 1100101 | 11001110 | 10101111 | 110011 | 0 | 1111 | 10011 | 10100010 | 110100 | 111100 |
Color Harmonies of #65CEAF
Complementary color
Monochromatic Colors of #65CEAF
Black with #65CEAF
Text Example
Text Example
White with #65CEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CEAF; }
p { color: rgb(101,206,175); }
H1.HeaderClassName
{
color: #65CEAF;
}
.AnyTagClassName
{
color: #65CEAF;
}
</style>
background-color css
<style>
a { background-color: #65CEAF; }
a { background-color: rgb(101,206,175); }
div.DivClassName
{
background-color: #65CEAF;
}
.BgClassName
{
background-color: #65CEAF;
}
</style>
border-color css
<style>
span { border-color: #65CEAF; }
span { border-color: rgb(101,206,175); }
td.TdClassName
{
border-color: #65CEAF;
}
.TagClassName
{
border-color: #65CEAF;
}
</style>