Shades of Puerto Rico #5CC5A3
Tints of Puerto Rico #5CC5A3
RGB
CMYK
RGB Variations
Color information
#5CC5A3 (or 0x5CC5A3) is known color: Puerto Rico. HEX triplet: 5C, C5 and A3. RGB value is (92,197,163). Sum of RGB (Red+Green+Blue) = 92+197+163=452 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.35% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 163 (64.06% from 255 or 36.06% from 452); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC5A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC5A3 is #A33A5C. Grayscale: #A1A1A1. Windows color (decimal): -10697309 or 10732892. OLE color: 10732892.
HSL color Cylindrical-coordinate representation of color #5CC5A3: hue angle of 160.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5CC5A3 is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 163 | - |
| CMYK | 0.53 | 0 | 0.17 | 0.23 |
| HSL | 160.57º | 0.48% | 0.57% | - |
| HSV(B) | 160.57º | 0.53% | 0.77% | - |
| XYZ | 30.99 | 44.85 | 41.67 | - |
| YUV | 161.73 | 128.71 | 78.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 163 | 0.53 | 0 | 0.17 | 0.23 | 160.57 | 0.48 | 0.57 |
| Hex | 5C | C5 | A3 | 35 | 0 | 11 | 17 | A1 | 30 | 39 |
| Octal | 134 | 305 | 243 | 65 | 0 | 21 | 27 | 241 | 60 | 71 |
| Binary | 1011100 | 11000101 | 10100011 | 110101 | 0 | 10001 | 10111 | 10100001 | 110000 | 111001 |
Color Harmonies of #5CC5A3
Complementary color
Monochromatic Colors of #5CC5A3
Black with #5CC5A3
Text Example
Text Example
White with #5CC5A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC5A3; }
p { color: rgb(92,197,163); }
H1.HeaderClassName
{
color: #5CC5A3;
}
.AnyTagClassName
{
color: #5CC5A3;
}
</style>
background-color css
<style>
a { background-color: #5CC5A3; }
a { background-color: rgb(92,197,163); }
div.DivClassName
{
background-color: #5CC5A3;
}
.BgClassName
{
background-color: #5CC5A3;
}
</style>
border-color css
<style>
span { border-color: #5CC5A3; }
span { border-color: rgb(92,197,163); }
td.TdClassName
{
border-color: #5CC5A3;
}
.TagClassName
{
border-color: #5CC5A3;
}
</style>