Shades of Medium Aquamarine #5CCEAF
Tints of Medium Aquamarine #5CCEAF
RGB
CMYK
RGB Variations
Color information
#5CCEAF (or 0x5CCEAF) is known color: Medium Aquamarine. HEX triplet: 5C, CE and AF. RGB value is (92,206,175). Sum of RGB (Red+Green+Blue) = 92+206+175=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 175 (68.75% from 255 or 37.00% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #5CCEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCEAF is #A33150. Grayscale: #A8A8A8. Windows color (decimal): -10694993 or 11521628. OLE color: 11521628.
HSL color Cylindrical-coordinate representation of color #5CCEAF: hue angle of 163.68º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCEAF is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 206 | 175 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.19 |
| HSL | 163.68º | 0.54% | 0.58% | - |
| HSV(B) | 163.68º | 0.55% | 0.81% | - |
| XYZ | 34.22 | 49.51 | 48.31 | - |
| YUV | 168.38 | 131.73 | 73.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 206 | 175 | 0.55 | 0 | 0.15 | 0.19 | 163.68 | 0.54 | 0.58 |
| Hex | 5C | CE | AF | 37 | 0 | F | 13 | A4 | 36 | 3A |
| Octal | 134 | 316 | 257 | 67 | 0 | 17 | 23 | 244 | 66 | 72 |
| Binary | 1011100 | 11001110 | 10101111 | 110111 | 0 | 1111 | 10011 | 10100100 | 110110 | 111010 |
Color Harmonies of #5CCEAF
Complementary color
Monochromatic Colors of #5CCEAF
Black with #5CCEAF
Text Example
Text Example
White with #5CCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCEAF; }
p { color: rgb(92,206,175); }
H1.HeaderClassName
{
color: #5CCEAF;
}
.AnyTagClassName
{
color: #5CCEAF;
}
</style>
background-color css
<style>
a { background-color: #5CCEAF; }
a { background-color: rgb(92,206,175); }
div.DivClassName
{
background-color: #5CCEAF;
}
.BgClassName
{
background-color: #5CCEAF;
}
</style>
border-color css
<style>
span { border-color: #5CCEAF; }
span { border-color: rgb(92,206,175); }
td.TdClassName
{
border-color: #5CCEAF;
}
.TagClassName
{
border-color: #5CCEAF;
}
</style>