Shades of Medium Aquamarine #5CCFAC
Tints of Medium Aquamarine #5CCFAC
RGB
CMYK
RGB Variations
Color information
#5CCFAC (or 0x5CCFAC) is known color: Medium Aquamarine. HEX triplet: 5C, CF and AC. RGB value is (92,207,172). Sum of RGB (Red+Green+Blue) = 92+207+172=471 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.53% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #5CCFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCFAC is #A33053. Grayscale: #A8A8A8. Windows color (decimal): -10694740 or 11325276. OLE color: 11325276.
HSL color Cylindrical-coordinate representation of color #5CCFAC: hue angle of 161.74º 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 #5CCFAC is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 92 | 207 | 172 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.19 |
| HSL | 161.74º | 0.55% | 0.59% | - |
| HSV(B) | 161.74º | 0.56% | 0.81% | - |
| XYZ | 34.17 | 49.88 | 46.86 | - |
| YUV | 168.63 | 129.9 | 73.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 207 | 172 | 0.56 | 0 | 0.17 | 0.19 | 161.74 | 0.55 | 0.59 |
| Hex | 5C | CF | AC | 38 | 0 | 11 | 13 | A2 | 37 | 3B |
| Octal | 134 | 317 | 254 | 70 | 0 | 21 | 23 | 242 | 67 | 73 |
| Binary | 1011100 | 11001111 | 10101100 | 111000 | 0 | 10001 | 10011 | 10100010 | 110111 | 111011 |
Color Harmonies of #5CCFAC
Complementary color
Monochromatic Colors of #5CCFAC
Black with #5CCFAC
Text Example
Text Example
White with #5CCFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCFAC; }
p { color: rgb(92,207,172); }
H1.HeaderClassName
{
color: #5CCFAC;
}
.AnyTagClassName
{
color: #5CCFAC;
}
</style>
background-color css
<style>
a { background-color: #5CCFAC; }
a { background-color: rgb(92,207,172); }
div.DivClassName
{
background-color: #5CCFAC;
}
.BgClassName
{
background-color: #5CCFAC;
}
</style>
border-color css
<style>
span { border-color: #5CCFAC; }
span { border-color: rgb(92,207,172); }
td.TdClassName
{
border-color: #5CCFAC;
}
.TagClassName
{
border-color: #5CCFAC;
}
</style>