Shades of Medium Aquamarine #5CCCB2
Tints of Medium Aquamarine #5CCCB2
RGB
CMYK
RGB Variations
Color information
#5CCCB2 (or 0x5CCCB2) is known color: Medium Aquamarine. HEX triplet: 5C, CC and B2. RGB value is (92,204,178). Sum of RGB (Red+Green+Blue) = 92+204+178=474 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.41% from 474); Green value is 204 (80.08% from 255 or 43.04% from 474); Blue value is 178 (69.92% from 255 or 37.55% from 474); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCCB2 is #A3334D. Grayscale: #A7A7A7. Windows color (decimal): -10695502 or 11717724. OLE color: 11717724.
HSL color Cylindrical-coordinate representation of color #5CCCB2: hue angle of 166.07º 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 #5CCCB2 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 178 | - |
| CMYK | 0.55 | 0 | 0.13 | 0.2 |
| HSL | 166.07º | 0.52% | 0.58% | - |
| HSV(B) | 166.07º | 0.55% | 0.8% | - |
| XYZ | 34.04 | 48.68 | 49.72 | - |
| YUV | 167.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 178 | 0.55 | 0 | 0.13 | 0.2 | 166.07 | 0.52 | 0.58 |
| Hex | 5C | CC | B2 | 37 | 0 | D | 14 | A6 | 34 | 3A |
| Octal | 134 | 314 | 262 | 67 | 0 | 15 | 24 | 246 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10110010 | 110111 | 0 | 1101 | 10100 | 10100110 | 110100 | 111010 |
Color Harmonies of #5CCCB2
Complementary color
Monochromatic Colors of #5CCCB2
Black with #5CCCB2
Text Example
Text Example
White with #5CCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCB2; }
p { color: rgb(92,204,178); }
H1.HeaderClassName
{
color: #5CCCB2;
}
.AnyTagClassName
{
color: #5CCCB2;
}
</style>
background-color css
<style>
a { background-color: #5CCCB2; }
a { background-color: rgb(92,204,178); }
div.DivClassName
{
background-color: #5CCCB2;
}
.BgClassName
{
background-color: #5CCCB2;
}
</style>
border-color css
<style>
span { border-color: #5CCCB2; }
span { border-color: rgb(92,204,178); }
td.TdClassName
{
border-color: #5CCCB2;
}
.TagClassName
{
border-color: #5CCCB2;
}
</style>