Shades of Medium Aquamarine #5FFCAF
Tints of Medium Aquamarine #5FFCAF
RGB
CMYK
RGB Variations
Color information
#5FFCAF (or 0x5FFCAF) is known color: Medium Aquamarine. HEX triplet: 5F, FC and AF. RGB value is (95,252,175). Sum of RGB (Red+Green+Blue) = 95+252+175=522 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.20% from 522); Green value is 252 (98.83% from 255 or 48.28% from 522); Blue value is 175 (68.75% from 255 or 33.52% from 522); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5FFCAF is #A00350. Grayscale: #C4C4C4. Windows color (decimal): -10486609 or 11533407. OLE color: 11533407.
HSL color Cylindrical-coordinate representation of color #5FFCAF: hue angle of 150.57º degrees, saturation: 0.96, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FFCAF is Cyan = 0.62, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 95 | 252 | 175 | - |
| CMYK | 0.62 | 0 | 0.31 | 0.01 |
| HSL | 150.57º | 0.96% | 0.68% | - |
| HSV(B) | 150.57º | 0.62% | 0.99% | - |
| XYZ | 47.27 | 75.15 | 52.57 | - |
| YUV | 196.28 | 115.99 | 55.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 252 | 175 | 0.62 | 0 | 0.31 | 0.01 | 150.57 | 0.96 | 0.68 |
| Hex | 5F | FC | AF | 3E | 0 | 1F | 1 | 97 | 60 | 44 |
| Octal | 137 | 374 | 257 | 76 | 0 | 37 | 1 | 227 | 140 | 104 |
| Binary | 1011111 | 11111100 | 10101111 | 111110 | 0 | 11111 | 1 | 10010111 | 1100000 | 1000100 |
Color Harmonies of #5FFCAF
Complementary color
Monochromatic Colors of #5FFCAF
Black with #5FFCAF
Text Example
Text Example
White with #5FFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFCAF; }
p { color: rgb(95,252,175); }
H1.HeaderClassName
{
color: #5FFCAF;
}
.AnyTagClassName
{
color: #5FFCAF;
}
</style>
background-color css
<style>
a { background-color: #5FFCAF; }
a { background-color: rgb(95,252,175); }
div.DivClassName
{
background-color: #5FFCAF;
}
.BgClassName
{
background-color: #5FFCAF;
}
</style>
border-color css
<style>
span { border-color: #5FFCAF; }
span { border-color: rgb(95,252,175); }
td.TdClassName
{
border-color: #5FFCAF;
}
.TagClassName
{
border-color: #5FFCAF;
}
</style>