Shades of Medium Aquamarine #5CCFAE
Tints of Medium Aquamarine #5CCFAE
RGB
CMYK
RGB Variations
Color information
#5CCFAE (or 0x5CCFAE) is known color: Medium Aquamarine. HEX triplet: 5C, CF and AE. RGB value is (92,207,174). Sum of RGB (Red+Green+Blue) = 92+207+174=473 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.45% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 174 (68.36% from 255 or 36.79% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCFAE is #A33051. Grayscale: #A8A8A8. Windows color (decimal): -10694738 or 11456348. OLE color: 11456348.
HSL color Cylindrical-coordinate representation of color #5CCFAE: hue angle of 162.78º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5CCFAE is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 174 | - |
| CMYK | 0.56 | 0 | 0.16 | 0.19 |
| HSL | 162.78º | 0.55% | 0.59% | - |
| HSV(B) | 162.78º | 0.56% | 0.81% | - |
| XYZ | 34.37 | 49.96 | 47.88 | - |
| YUV | 168.85 | 130.9 | 73.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 174 | 0.56 | 0 | 0.16 | 0.19 | 162.78 | 0.55 | 0.59 |
| Hex | 5C | CF | AE | 38 | 0 | 10 | 13 | A3 | 37 | 3B |
| Octal | 134 | 317 | 256 | 70 | 0 | 20 | 23 | 243 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10101110 | 111000 | 0 | 10000 | 10011 | 10100011 | 110111 | 111011 |
Color Harmonies of #5CCFAE
Complementary color
Monochromatic Colors of #5CCFAE
Black with #5CCFAE
Text Example
Text Example
White with #5CCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFAE; }
p { color: rgb(92,207,174); }
H1.HeaderClassName
{
color: #5CCFAE;
}
.AnyTagClassName
{
color: #5CCFAE;
}
</style>
background-color css
<style>
a { background-color: #5CCFAE; }
a { background-color: rgb(92,207,174); }
div.DivClassName
{
background-color: #5CCFAE;
}
.BgClassName
{
background-color: #5CCFAE;
}
</style>
border-color css
<style>
span { border-color: #5CCFAE; }
span { border-color: rgb(92,207,174); }
td.TdClassName
{
border-color: #5CCFAE;
}
.TagClassName
{
border-color: #5CCFAE;
}
</style>