Shades of Medium Aquamarine #5FDBA2
Tints of Medium Aquamarine #5FDBA2
RGB
CMYK
RGB Variations
Color information
#5FDBA2 (or 0x5FDBA2) is known color: Medium Aquamarine. HEX triplet: 5F, DB and A2. RGB value is (95,219,162). Sum of RGB (Red+Green+Blue) = 95+219+162=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #5FDBA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FDBA2 is #A0245D. Grayscale: #AFAFAF. Windows color (decimal): -10495070 or 10672991. OLE color: 10672991.
HSL color Cylindrical-coordinate representation of color #5FDBA2: hue angle of 152.42º 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 #5FDBA2 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 95 | 219 | 162 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.14 |
| HSL | 152.42º | 0.63% | 0.62% | - |
| HSV(B) | 152.42º | 0.57% | 0.86% | - |
| XYZ | 36.57 | 55.7 | 43.01 | - |
| YUV | 175.43 | 120.42 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 219 | 162 | 0.57 | 0 | 0.26 | 0.14 | 152.42 | 0.63 | 0.62 |
| Hex | 5F | DB | A2 | 39 | 0 | 1A | E | 98 | 3F | 3E |
| Octal | 137 | 333 | 242 | 71 | 0 | 32 | 16 | 230 | 77 | 76 |
| Binary | 1011111 | 11011011 | 10100010 | 111001 | 0 | 11010 | 1110 | 10011000 | 111111 | 111110 |
Color Harmonies of #5FDBA2
Complementary color
Monochromatic Colors of #5FDBA2
Black with #5FDBA2
Text Example
Text Example
White with #5FDBA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FDBA2; }
p { color: rgb(95,219,162); }
H1.HeaderClassName
{
color: #5FDBA2;
}
.AnyTagClassName
{
color: #5FDBA2;
}
</style>
background-color css
<style>
a { background-color: #5FDBA2; }
a { background-color: rgb(95,219,162); }
div.DivClassName
{
background-color: #5FDBA2;
}
.BgClassName
{
background-color: #5FDBA2;
}
</style>
border-color css
<style>
span { border-color: #5FDBA2; }
span { border-color: rgb(95,219,162); }
td.TdClassName
{
border-color: #5FDBA2;
}
.TagClassName
{
border-color: #5FDBA2;
}
</style>