Shades of Medium Aquamarine #65FAAB
Tints of Medium Aquamarine #65FAAB
RGB
CMYK
RGB Variations
Color information
#65FAAB (or 0x65FAAB) is known color: Medium Aquamarine. HEX triplet: 65, FA and AB. RGB value is (101,250,171). Sum of RGB (Red+Green+Blue) = 101+250+171=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 250 (98.05% from 255 or 47.89% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 250 - color contains mainly: green. Hex color #65FAAB is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65FAAB is #9A0554. Grayscale: #C4C4C4. Windows color (decimal): -10093909 or 11270757. OLE color: 11270757.
HSL color Cylindrical-coordinate representation of color #65FAAB: hue angle of 148.19º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65FAAB is Cyan = 0.60, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 101 | 250 | 171 | - |
| CMYK | 0.60 | 0 | 0.32 | 0.02 |
| HSL | 148.19º | 0.94% | 0.69% | - |
| HSV(B) | 148.19º | 0.6% | 0.98% | - |
| XYZ | 46.9 | 74.08 | 50.35 | - |
| YUV | 196.44 | 113.64 | 59.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 250 | 171 | 0.60 | 0 | 0.32 | 0.02 | 148.19 | 0.94 | 0.69 |
| Hex | 65 | FA | AB | 3C | 0 | 20 | 2 | 94 | 5E | 45 |
| Octal | 145 | 372 | 253 | 74 | 0 | 40 | 2 | 224 | 136 | 105 |
| Binary | 1100101 | 11111010 | 10101011 | 111100 | 0 | 100000 | 10 | 10010100 | 1011110 | 1000101 |
Color Harmonies of #65FAAB
Complementary color
Monochromatic Colors of #65FAAB
Black with #65FAAB
Text Example
Text Example
White with #65FAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65FAAB; }
p { color: rgb(101,250,171); }
H1.HeaderClassName
{
color: #65FAAB;
}
.AnyTagClassName
{
color: #65FAAB;
}
</style>
background-color css
<style>
a { background-color: #65FAAB; }
a { background-color: rgb(101,250,171); }
div.DivClassName
{
background-color: #65FAAB;
}
.BgClassName
{
background-color: #65FAAB;
}
</style>
border-color css
<style>
span { border-color: #65FAAB; }
span { border-color: rgb(101,250,171); }
td.TdClassName
{
border-color: #65FAAB;
}
.TagClassName
{
border-color: #65FAAB;
}
</style>