Shades of Medium Aquamarine #5FDB98
Tints of Medium Aquamarine #5FDB98
RGB
CMYK
RGB Variations
Color information
#5FDB98 (or 0x5FDB98) is known color: Medium Aquamarine. HEX triplet: 5F, DB and 98. RGB value is (95,219,152). Sum of RGB (Red+Green+Blue) = 95+219+152=466 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.39% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 152 (59.77% from 255 or 32.62% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDB98 is #A02467. Grayscale: #AEAEAE. Windows color (decimal): -10495080 or 10017631. OLE color: 10017631.
HSL color Cylindrical-coordinate representation of color #5FDB98: hue angle of 147.58º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5FDB98 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 152 | - |
| CMYK | 0.57 | 0 | 0.31 | 0.14 |
| HSL | 147.58º | 0.63% | 0.62% | - |
| HSV(B) | 147.58º | 0.57% | 0.86% | - |
| XYZ | 35.72 | 55.36 | 38.51 | - |
| YUV | 174.29 | 115.42 | 71.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 152 | 0.57 | 0 | 0.31 | 0.14 | 147.58 | 0.63 | 0.62 |
| Hex | 5F | DB | 98 | 39 | 0 | 1F | E | 94 | 3F | 3E |
| Octal | 137 | 333 | 230 | 71 | 0 | 37 | 16 | 224 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10011000 | 111001 | 0 | 11111 | 1110 | 10010100 | 111111 | 111110 |
Color Harmonies of #5FDB98
Complementary color
Monochromatic Colors of #5FDB98
Black with #5FDB98
Text Example
Text Example
White with #5FDB98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDB98; }
p { color: rgb(95,219,152); }
H1.HeaderClassName
{
color: #5FDB98;
}
.AnyTagClassName
{
color: #5FDB98;
}
</style>
background-color css
<style>
a { background-color: #5FDB98; }
a { background-color: rgb(95,219,152); }
div.DivClassName
{
background-color: #5FDB98;
}
.BgClassName
{
background-color: #5FDB98;
}
</style>
border-color css
<style>
span { border-color: #5FDB98; }
span { border-color: rgb(95,219,152); }
td.TdClassName
{
border-color: #5FDB98;
}
.TagClassName
{
border-color: #5FDB98;
}
</style>