Shades of Medium Aquamarine #5CCBAE
Tints of Medium Aquamarine #5CCBAE
RGB
CMYK
RGB Variations
Color information
#5CCBAE (or 0x5CCBAE) is known color: Medium Aquamarine. HEX triplet: 5C, CB and AE. RGB value is (92,203,174). Sum of RGB (Red+Green+Blue) = 92+203+174=469 (62% of max value = 765). Red value is 92 (36.33% from 255 or 19.62% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5CCBAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CCBAE is #A33451. Grayscale: #A6A6A6. Windows color (decimal): -10695762 or 11455324. OLE color: 11455324.
HSL color Cylindrical-coordinate representation of color #5CCBAE: hue angle of 164.32º 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 #5CCBAE is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 92 | 203 | 174 | - |
| CMYK | 0.55 | 0 | 0.14 | 0.20 |
| HSL | 164.32º | 0.52% | 0.58% | - |
| HSV(B) | 164.32º | 0.55% | 0.8% | - |
| XYZ | 33.41 | 48.04 | 47.56 | - |
| YUV | 166.51 | 132.23 | 74.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 203 | 174 | 0.55 | 0 | 0.14 | 0.20 | 164.32 | 0.52 | 0.58 |
| Hex | 5C | CB | AE | 37 | 0 | E | 14 | A4 | 34 | 3A |
| Octal | 134 | 313 | 256 | 67 | 0 | 16 | 24 | 244 | 64 | 72 |
| Binary | 1011100 | 11001011 | 10101110 | 110111 | 0 | 1110 | 10100 | 10100100 | 110100 | 111010 |
Color Harmonies of #5CCBAE
Complementary color
Monochromatic Colors of #5CCBAE
Black with #5CCBAE
Text Example
Text Example
White with #5CCBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CCBAE; }
p { color: rgb(92,203,174); }
H1.HeaderClassName
{
color: #5CCBAE;
}
.AnyTagClassName
{
color: #5CCBAE;
}
</style>
background-color css
<style>
a { background-color: #5CCBAE; }
a { background-color: rgb(92,203,174); }
div.DivClassName
{
background-color: #5CCBAE;
}
.BgClassName
{
background-color: #5CCBAE;
}
</style>
border-color css
<style>
span { border-color: #5CCBAE; }
span { border-color: rgb(92,203,174); }
td.TdClassName
{
border-color: #5CCBAE;
}
.TagClassName
{
border-color: #5CCBAE;
}
</style>