Shades of Medium Aquamarine #65F2A8
Tints of Medium Aquamarine #65F2A8
RGB
CMYK
RGB Variations
Color information
#65F2A8 (or 0x65F2A8) is known color: Medium Aquamarine. HEX triplet: 65, F2 and A8. RGB value is (101,242,168). Sum of RGB (Red+Green+Blue) = 101+242+168=511 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.77% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 168 (66.02% from 255 or 32.88% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #65F2A8 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #65F2A8 is #9A0D57. Grayscale: #BFBFBF. Windows color (decimal): -10095960 or 11072101. OLE color: 11072101.
HSL color Cylindrical-coordinate representation of color #65F2A8: hue angle of 148.51º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #65F2A8 is Cyan = 0.58, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 101 | 242 | 168 | - |
| CMYK | 0.58 | 0 | 0.31 | 0.05 |
| HSL | 148.51º | 0.84% | 0.67% | - |
| HSV(B) | 148.51º | 0.58% | 0.95% | - |
| XYZ | 44.19 | 69.1 | 48.05 | - |
| YUV | 191.41 | 114.79 | 63.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 242 | 168 | 0.58 | 0 | 0.31 | 0.05 | 148.51 | 0.84 | 0.67 |
| Hex | 65 | F2 | A8 | 3A | 0 | 1F | 5 | 95 | 54 | 43 |
| Octal | 145 | 362 | 250 | 72 | 0 | 37 | 5 | 225 | 124 | 103 |
| Binary | 1100101 | 11110010 | 10101000 | 111010 | 0 | 11111 | 101 | 10010101 | 1010100 | 1000011 |
Color Harmonies of #65F2A8
Complementary color
Monochromatic Colors of #65F2A8
Black with #65F2A8
Text Example
Text Example
White with #65F2A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65F2A8; }
p { color: rgb(101,242,168); }
H1.HeaderClassName
{
color: #65F2A8;
}
.AnyTagClassName
{
color: #65F2A8;
}
</style>
background-color css
<style>
a { background-color: #65F2A8; }
a { background-color: rgb(101,242,168); }
div.DivClassName
{
background-color: #65F2A8;
}
.BgClassName
{
background-color: #65F2A8;
}
</style>
border-color css
<style>
span { border-color: #65F2A8; }
span { border-color: rgb(101,242,168); }
td.TdClassName
{
border-color: #65F2A8;
}
.TagClassName
{
border-color: #65F2A8;
}
</style>