Shades of Medium Aquamarine #5FCDA4
Tints of Medium Aquamarine #5FCDA4
RGB
CMYK
RGB Variations
Color information
#5FCDA4 (or 0x5FCDA4) is known color: Medium Aquamarine. HEX triplet: 5F, CD and A4. RGB value is (95,205,164). Sum of RGB (Red+Green+Blue) = 95+205+164=464 (61% of max value = 765). Red value is 95 (37.5% from 255 or 20.47% from 464); Green value is 205 (80.47% from 255 or 44.18% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDA4 is #A0325B. Grayscale: #A7A7A7. Windows color (decimal): -10498652 or 10800479. OLE color: 10800479.
HSL color Cylindrical-coordinate representation of color #5FCDA4: hue angle of 157.64º 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 #5FCDA4 is Cyan = 0.54, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 95 | 205 | 164 | - |
| CMYK | 0.54 | 0 | 0.2 | 0.20 |
| HSL | 157.64º | 0.52% | 0.59% | - |
| HSV(B) | 157.64º | 0.54% | 0.8% | - |
| XYZ | 33.25 | 48.78 | 42.78 | - |
| YUV | 167.44 | 126.06 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 205 | 164 | 0.54 | 0 | 0.2 | 0.20 | 157.64 | 0.52 | 0.59 |
| Hex | 5F | CD | A4 | 36 | 0 | 14 | 14 | 9E | 34 | 3B |
| Octal | 137 | 315 | 244 | 66 | 0 | 24 | 24 | 236 | 64 | 73 |
| Binary | 1011111 | 11001101 | 10100100 | 110110 | 0 | 10100 | 10100 | 10011110 | 110100 | 111011 |
Color Harmonies of #5FCDA4
Complementary color
Monochromatic Colors of #5FCDA4
Black with #5FCDA4
Text Example
Text Example
White with #5FCDA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCDA4; }
p { color: rgb(95,205,164); }
H1.HeaderClassName
{
color: #5FCDA4;
}
.AnyTagClassName
{
color: #5FCDA4;
}
</style>
background-color css
<style>
a { background-color: #5FCDA4; }
a { background-color: rgb(95,205,164); }
div.DivClassName
{
background-color: #5FCDA4;
}
.BgClassName
{
background-color: #5FCDA4;
}
</style>
border-color css
<style>
span { border-color: #5FCDA4; }
span { border-color: rgb(95,205,164); }
td.TdClassName
{
border-color: #5FCDA4;
}
.TagClassName
{
border-color: #5FCDA4;
}
</style>