Shades of Medium Aquamarine #5FCF9C
Tints of Medium Aquamarine #5FCF9C
RGB
CMYK
RGB Variations
Color information
#5FCF9C (or 0x5FCF9C) is known color: Medium Aquamarine. HEX triplet: 5F, CF and 9C. RGB value is (95,207,156). Sum of RGB (Red+Green+Blue) = 95+207+156=458 (60% of max value = 765). Red value is 95 (37.5% from 255 or 20.74% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 156 (61.33% from 255 or 34.06% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCF9C is #A03063. Grayscale: #A7A7A7. Windows color (decimal): -10498148 or 10276703. OLE color: 10276703.
HSL color Cylindrical-coordinate representation of color #5FCF9C: hue angle of 152.68º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCF9C is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 156 | - |
| CMYK | 0.54 | 0 | 0.25 | 0.19 |
| HSL | 152.68º | 0.54% | 0.59% | - |
| HSV(B) | 152.68º | 0.54% | 0.81% | - |
| XYZ | 33.03 | 49.46 | 39.26 | - |
| YUV | 167.7 | 121.39 | 76.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 156 | 0.54 | 0 | 0.25 | 0.19 | 152.68 | 0.54 | 0.59 |
| Hex | 5F | CF | 9C | 36 | 0 | 19 | 13 | 99 | 36 | 3B |
| Octal | 137 | 317 | 234 | 66 | 0 | 31 | 23 | 231 | 66 | 73 |
| Binary | 1011111 | 11001111 | 10011100 | 110110 | 0 | 11001 | 10011 | 10011001 | 110110 | 111011 |
Color Harmonies of #5FCF9C
Complementary color
Monochromatic Colors of #5FCF9C
Black with #5FCF9C
Text Example
Text Example
White with #5FCF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCF9C; }
p { color: rgb(95,207,156); }
H1.HeaderClassName
{
color: #5FCF9C;
}
.AnyTagClassName
{
color: #5FCF9C;
}
</style>
background-color css
<style>
a { background-color: #5FCF9C; }
a { background-color: rgb(95,207,156); }
div.DivClassName
{
background-color: #5FCF9C;
}
.BgClassName
{
background-color: #5FCF9C;
}
</style>
border-color css
<style>
span { border-color: #5FCF9C; }
span { border-color: rgb(95,207,156); }
td.TdClassName
{
border-color: #5FCF9C;
}
.TagClassName
{
border-color: #5FCF9C;
}
</style>