Shades of Medium Aquamarine #65CFAB
Tints of Medium Aquamarine #65CFAB
RGB
CMYK
RGB Variations
Color information
#65CFAB (or 0x65CFAB) is known color: Medium Aquamarine. HEX triplet: 65, CF and AB. RGB value is (101,207,171). Sum of RGB (Red+Green+Blue) = 101+207+171=479 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.09% from 479); Green value is 207 (81.25% from 255 or 43.22% from 479); Blue value is 171 (67.19% from 255 or 35.70% from 479); Max value from RGB is 207 - color contains mainly: green. Hex color #65CFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65CFAB is #9A3054. Grayscale: #ABABAB. Windows color (decimal): -10104917 or 11259749. OLE color: 11259749.
HSL color Cylindrical-coordinate representation of color #65CFAB: hue angle of 159.62º 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 #65CFAB is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 101 | 207 | 171 | - |
| CMYK | 0.51 | 0 | 0.17 | 0.19 |
| HSL | 159.62º | 0.52% | 0.6% | - |
| HSV(B) | 159.62º | 0.51% | 0.81% | - |
| XYZ | 35.03 | 50.33 | 46.4 | - |
| YUV | 171.2 | 127.88 | 77.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 207 | 171 | 0.51 | 0 | 0.17 | 0.19 | 159.62 | 0.52 | 0.6 |
| Hex | 65 | CF | AB | 33 | 0 | 11 | 13 | A0 | 34 | 3C |
| Octal | 145 | 317 | 253 | 63 | 0 | 21 | 23 | 240 | 64 | 74 |
| Binary | 1100101 | 11001111 | 10101011 | 110011 | 0 | 10001 | 10011 | 10100000 | 110100 | 111100 |
Color Harmonies of #65CFAB
Complementary color
Monochromatic Colors of #65CFAB
Black with #65CFAB
Text Example
Text Example
White with #65CFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65CFAB; }
p { color: rgb(101,207,171); }
H1.HeaderClassName
{
color: #65CFAB;
}
.AnyTagClassName
{
color: #65CFAB;
}
</style>
background-color css
<style>
a { background-color: #65CFAB; }
a { background-color: rgb(101,207,171); }
div.DivClassName
{
background-color: #65CFAB;
}
.BgClassName
{
background-color: #65CFAB;
}
</style>
border-color css
<style>
span { border-color: #65CFAB; }
span { border-color: rgb(101,207,171); }
td.TdClassName
{
border-color: #65CFAB;
}
.TagClassName
{
border-color: #65CFAB;
}
</style>