Shades of Medium Aquamarine #5CCBAC
Tints of Medium Aquamarine #5CCBAC
RGB
CMYK
RGB Variations
Color information
#5CCBAC (or 0x5CCBAC) is known color: Medium Aquamarine. HEX triplet: 5C, CB and AC. RGB value is (92,203,172). Sum of RGB (Red+Green+Blue) = 92+203+172=467 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.70% from 467); Green value is 203 (79.69% from 255 or 43.47% from 467); Blue value is 172 (67.58% from 255 or 36.83% from 467); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBAC is #A33453. Grayscale: #A6A6A6. Windows color (decimal): -10695764 or 11324252. OLE color: 11324252.
HSL color Cylindrical-coordinate representation of color #5CCBAC: hue angle of 163.24º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5CCBAC is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 172 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.20 |
| HSL | 163.24º | 0.52% | 0.58% | - |
| HSV(B) | 163.24º | 0.55% | 0.8% | - |
| XYZ | 33.22 | 47.97 | 46.54 | - |
| YUV | 166.28 | 131.23 | 75.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 172 | 0.55 | 0 | 0.15 | 0.20 | 163.24 | 0.52 | 0.58 |
| Hex | 5C | CB | AC | 37 | 0 | F | 14 | A3 | 34 | 3A |
| Octal | 134 | 313 | 254 | 67 | 0 | 17 | 24 | 243 | 64 | 72 |
| Binary | 1011100 | 11001011 | 10101100 | 110111 | 0 | 1111 | 10100 | 10100011 | 110100 | 111010 |
Color Harmonies of #5CCBAC
Complementary color
Monochromatic Colors of #5CCBAC
Black with #5CCBAC
Text Example
Text Example
White with #5CCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBAC; }
p { color: rgb(92,203,172); }
H1.HeaderClassName
{
color: #5CCBAC;
}
.AnyTagClassName
{
color: #5CCBAC;
}
</style>
background-color css
<style>
a { background-color: #5CCBAC; }
a { background-color: rgb(92,203,172); }
div.DivClassName
{
background-color: #5CCBAC;
}
.BgClassName
{
background-color: #5CCBAC;
}
</style>
border-color css
<style>
span { border-color: #5CCBAC; }
span { border-color: rgb(92,203,172); }
td.TdClassName
{
border-color: #5CCBAC;
}
.TagClassName
{
border-color: #5CCBAC;
}
</style>