Shades of Medium Aquamarine #5CF6AF
Tints of Medium Aquamarine #5CF6AF
RGB
CMYK
RGB Variations
Color information
#5CF6AF (or 0x5CF6AF) is known color: Medium Aquamarine. HEX triplet: 5C, F6 and AF. RGB value is (92,246,175). Sum of RGB (Red+Green+Blue) = 92+246+175=513 (67% of max value = 765). Red value is 92 (36.33% from 255 or 17.93% from 513); Green value is 246 (96.48% from 255 or 47.95% from 513); Blue value is 175 (68.75% from 255 or 34.11% from 513); Max value from RGB is 246 - color contains mainly: green. Hex color #5CF6AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CF6AF is #A30950. Grayscale: #BFBFBF. Windows color (decimal): -10684753 or 11531868. OLE color: 11531868.
HSL color Cylindrical-coordinate representation of color #5CF6AF: hue angle of 152.34º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5CF6AF is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 92 | 246 | 175 | - |
| CMYK | 0.63 | 0 | 0.29 | 0.04 |
| HSL | 152.34º | 0.9% | 0.66% | - |
| HSV(B) | 152.34º | 0.63% | 0.96% | - |
| XYZ | 45.11 | 71.28 | 51.94 | - |
| YUV | 191.86 | 118.48 | 56.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 246 | 175 | 0.63 | 0 | 0.29 | 0.04 | 152.34 | 0.9 | 0.66 |
| Hex | 5C | F6 | AF | 3F | 0 | 1D | 4 | 98 | 5A | 42 |
| Octal | 134 | 366 | 257 | 77 | 0 | 35 | 4 | 230 | 132 | 102 |
| Binary | 1011100 | 11110110 | 10101111 | 111111 | 0 | 11101 | 100 | 10011000 | 1011010 | 1000010 |
Color Harmonies of #5CF6AF
Complementary color
Monochromatic Colors of #5CF6AF
Black with #5CF6AF
Text Example
Text Example
White with #5CF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CF6AF; }
p { color: rgb(92,246,175); }
H1.HeaderClassName
{
color: #5CF6AF;
}
.AnyTagClassName
{
color: #5CF6AF;
}
</style>
background-color css
<style>
a { background-color: #5CF6AF; }
a { background-color: rgb(92,246,175); }
div.DivClassName
{
background-color: #5CF6AF;
}
.BgClassName
{
background-color: #5CF6AF;
}
</style>
border-color css
<style>
span { border-color: #5CF6AF; }
span { border-color: rgb(92,246,175); }
td.TdClassName
{
border-color: #5CF6AF;
}
.TagClassName
{
border-color: #5CF6AF;
}
</style>