Shades of Medium Aquamarine #5FCFB4
Tints of Medium Aquamarine #5FCFB4
RGB
CMYK
RGB Variations
Color information
#5FCFB4 (or 0x5FCFB4) is known color: Medium Aquamarine. HEX triplet: 5F, CF and B4. RGB value is (95,207,180). Sum of RGB (Red+Green+Blue) = 95+207+180=482 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.71% from 482); Green value is 207 (81.25% from 255 or 42.95% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFB4 is #A0304B. Grayscale: #AAAAAA. Windows color (decimal): -10498124 or 11849567. OLE color: 11849567.
HSL color Cylindrical-coordinate representation of color #5FCFB4: hue angle of 165.54º 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 #5FCFB4 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 95 | 207 | 180 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.19 |
| HSL | 165.54º | 0.54% | 0.59% | - |
| HSV(B) | 165.54º | 0.54% | 0.81% | - |
| XYZ | 35.27 | 50.35 | 51.04 | - |
| YUV | 170.43 | 133.39 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 207 | 180 | 0.54 | 0 | 0.13 | 0.19 | 165.54 | 0.54 | 0.59 |
| Hex | 5F | CF | B4 | 36 | 0 | D | 13 | A6 | 36 | 3B |
| Octal | 137 | 317 | 264 | 66 | 0 | 15 | 23 | 246 | 66 | 73 |
| Binary | 1011111 | 11001111 | 10110100 | 110110 | 0 | 1101 | 10011 | 10100110 | 110110 | 111011 |
Color Harmonies of #5FCFB4
Complementary color
Monochromatic Colors of #5FCFB4
Black with #5FCFB4
Text Example
Text Example
White with #5FCFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FCFB4; }
p { color: rgb(95,207,180); }
H1.HeaderClassName
{
color: #5FCFB4;
}
.AnyTagClassName
{
color: #5FCFB4;
}
</style>
background-color css
<style>
a { background-color: #5FCFB4; }
a { background-color: rgb(95,207,180); }
div.DivClassName
{
background-color: #5FCFB4;
}
.BgClassName
{
background-color: #5FCFB4;
}
</style>
border-color css
<style>
span { border-color: #5FCFB4; }
span { border-color: rgb(95,207,180); }
td.TdClassName
{
border-color: #5FCFB4;
}
.TagClassName
{
border-color: #5FCFB4;
}
</style>