Shades of Medium Aquamarine #5FCDA2
Tints of Medium Aquamarine #5FCDA2
RGB
CMYK
RGB Variations
Color information
#5FCDA2 (or 0x5FCDA2) is known color: Medium Aquamarine. HEX triplet: 5F, CD and A2. RGB value is (95,205,162). Sum of RGB (Red+Green+Blue) = 95+205+162=462 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.56% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDA2 is #A0325D. Grayscale: #A7A7A7. Windows color (decimal): -10498654 or 10669407. OLE color: 10669407.
HSL color Cylindrical-coordinate representation of color #5FCDA2: hue angle of 156.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCDA2 is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 162 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.20 |
| HSL | 156.55º | 0.52% | 0.59% | - |
| HSV(B) | 156.55º | 0.54% | 0.8% | - |
| XYZ | 33.07 | 48.7 | 41.84 | - |
| YUV | 167.21 | 125.06 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 162 | 0.54 | 0 | 0.21 | 0.20 | 156.55 | 0.52 | 0.59 |
| Hex | 5F | CD | A2 | 36 | 0 | 15 | 14 | 9D | 34 | 3B |
| Octal | 137 | 315 | 242 | 66 | 0 | 25 | 24 | 235 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10100010 | 110110 | 0 | 10101 | 10100 | 10011101 | 110100 | 111011 |
Color Harmonies of #5FCDA2
Complementary color
Monochromatic Colors of #5FCDA2
Black with #5FCDA2
Text Example
Text Example
White with #5FCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDA2; }
p { color: rgb(95,205,162); }
H1.HeaderClassName
{
color: #5FCDA2;
}
.AnyTagClassName
{
color: #5FCDA2;
}
</style>
background-color css
<style>
a { background-color: #5FCDA2; }
a { background-color: rgb(95,205,162); }
div.DivClassName
{
background-color: #5FCDA2;
}
.BgClassName
{
background-color: #5FCDA2;
}
</style>
border-color css
<style>
span { border-color: #5FCDA2; }
span { border-color: rgb(95,205,162); }
td.TdClassName
{
border-color: #5FCDA2;
}
.TagClassName
{
border-color: #5FCDA2;
}
</style>