Shades of Medium Aquamarine #65F0AF
Tints of Medium Aquamarine #65F0AF
RGB
CMYK
RGB Variations
Color information
#65F0AF (or 0x65F0AF) is known color: Medium Aquamarine. HEX triplet: 65, F0 and AF. RGB value is (101,240,175). Sum of RGB (Red+Green+Blue) = 101+240+175=516 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.57% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 175 (68.75% from 255 or 33.91% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #65F0AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F0AF is #9A0F50. Grayscale: #BFBFBF. Windows color (decimal): -10096465 or 11530341. OLE color: 11530341.
HSL color Cylindrical-coordinate representation of color #65F0AF: hue angle of 151.94º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F0AF is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 101 | 240 | 175 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.06 |
| HSL | 151.94º | 0.82% | 0.67% | - |
| HSV(B) | 151.94º | 0.58% | 0.94% | - |
| XYZ | 44.26 | 68.18 | 51.38 | - |
| YUV | 191.03 | 118.95 | 63.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 240 | 175 | 0.58 | 0 | 0.27 | 0.06 | 151.94 | 0.82 | 0.67 |
| Hex | 65 | F0 | AF | 3A | 0 | 1B | 6 | 98 | 52 | 43 |
| Octal | 145 | 360 | 257 | 72 | 0 | 33 | 6 | 230 | 122 | 103 |
| Binary | 1100101 | 11110000 | 10101111 | 111010 | 0 | 11011 | 110 | 10011000 | 1010010 | 1000011 |
Color Harmonies of #65F0AF
Complementary color
Monochromatic Colors of #65F0AF
Black with #65F0AF
Text Example
Text Example
White with #65F0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F0AF; }
p { color: rgb(101,240,175); }
H1.HeaderClassName
{
color: #65F0AF;
}
.AnyTagClassName
{
color: #65F0AF;
}
</style>
background-color css
<style>
a { background-color: #65F0AF; }
a { background-color: rgb(101,240,175); }
div.DivClassName
{
background-color: #65F0AF;
}
.BgClassName
{
background-color: #65F0AF;
}
</style>
border-color css
<style>
span { border-color: #65F0AF; }
span { border-color: rgb(101,240,175); }
td.TdClassName
{
border-color: #65F0AF;
}
.TagClassName
{
border-color: #65F0AF;
}
</style>