Shades of Medium Aquamarine #5CCCB3
Tints of Medium Aquamarine #5CCCB3
RGB
CMYK
RGB Variations
Color information
#5CCCB3 (or 0x5CCCB3) is known color: Medium Aquamarine. HEX triplet: 5C, CC and B3. RGB value is (92,204,179). Sum of RGB (Red+Green+Blue) = 92+204+179=475 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.37% from 475); Green value is 204 (80.08% from 255 or 42.95% from 475); Blue value is 179 (70.31% from 255 or 37.68% from 475); Max value from RGB is 204 - color contains mainly: green. Hex color #5CCCB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5CCCB3 is #A3334C. Grayscale: #A7A7A7. Windows color (decimal): -10695501 or 11783260. OLE color: 11783260.
HSL color Cylindrical-coordinate representation of color #5CCCB3: hue angle of 166.61º 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 #5CCCB3 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 92 | 204 | 179 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.2 |
| HSL | 166.61º | 0.52% | 0.58% | - |
| HSV(B) | 166.61º | 0.55% | 0.8% | - |
| XYZ | 34.14 | 48.72 | 50.25 | - |
| YUV | 167.66 | 134.39 | 74.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 204 | 179 | 0.55 | 0 | 0.12 | 0.2 | 166.61 | 0.52 | 0.58 |
| Hex | 5C | CC | B3 | 37 | 0 | C | 14 | A7 | 34 | 3A |
| Octal | 134 | 314 | 263 | 67 | 0 | 14 | 24 | 247 | 64 | 72 |
| Binary | 1011100 | 11001100 | 10110011 | 110111 | 0 | 1100 | 10100 | 10100111 | 110100 | 111010 |
Color Harmonies of #5CCCB3
Complementary color
Monochromatic Colors of #5CCCB3
Black with #5CCCB3
Text Example
Text Example
White with #5CCCB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCCB3; }
p { color: rgb(92,204,179); }
H1.HeaderClassName
{
color: #5CCCB3;
}
.AnyTagClassName
{
color: #5CCCB3;
}
</style>
background-color css
<style>
a { background-color: #5CCCB3; }
a { background-color: rgb(92,204,179); }
div.DivClassName
{
background-color: #5CCCB3;
}
.BgClassName
{
background-color: #5CCCB3;
}
</style>
border-color css
<style>
span { border-color: #5CCCB3; }
span { border-color: rgb(92,204,179); }
td.TdClassName
{
border-color: #5CCCB3;
}
.TagClassName
{
border-color: #5CCCB3;
}
</style>