Shades of Puerto Rico #5CC5AD
Tints of Puerto Rico #5CC5AD
RGB
CMYK
RGB Variations
Color information
#5CC5AD (or 0x5CC5AD) is known color: Puerto Rico. HEX triplet: 5C, C5 and AD. RGB value is (92,197,173). Sum of RGB (Red+Green+Blue) = 92+197+173=462 (61% of max value = 765). Red value is 92 (36.33% from 255 or 19.91% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 197 - color contains mainly: green. Hex color #5CC5AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CC5AD is #A33A52. Grayscale: #A2A2A2. Windows color (decimal): -10697299 or 11388252. OLE color: 11388252.
HSL color Cylindrical-coordinate representation of color #5CC5AD: hue angle of 166.29º 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 #5CC5AD is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 92 | 197 | 173 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.23 |
| HSL | 166.29º | 0.48% | 0.57% | - |
| HSV(B) | 166.29º | 0.53% | 0.77% | - |
| XYZ | 31.92 | 45.22 | 46.58 | - |
| YUV | 162.87 | 133.71 | 77.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 197 | 173 | 0.53 | 0 | 0.12 | 0.23 | 166.29 | 0.48 | 0.57 |
| Hex | 5C | C5 | AD | 35 | 0 | C | 17 | A6 | 30 | 39 |
| Octal | 134 | 305 | 255 | 65 | 0 | 14 | 27 | 246 | 60 | 71 |
| Binary | 1011100 | 11000101 | 10101101 | 110101 | 0 | 1100 | 10111 | 10100110 | 110000 | 111001 |
Color Harmonies of #5CC5AD
Complementary color
Monochromatic Colors of #5CC5AD
Black with #5CC5AD
Text Example
Text Example
White with #5CC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CC5AD; }
p { color: rgb(92,197,173); }
H1.HeaderClassName
{
color: #5CC5AD;
}
.AnyTagClassName
{
color: #5CC5AD;
}
</style>
background-color css
<style>
a { background-color: #5CC5AD; }
a { background-color: rgb(92,197,173); }
div.DivClassName
{
background-color: #5CC5AD;
}
.BgClassName
{
background-color: #5CC5AD;
}
</style>
border-color css
<style>
span { border-color: #5CC5AD; }
span { border-color: rgb(92,197,173); }
td.TdClassName
{
border-color: #5CC5AD;
}
.TagClassName
{
border-color: #5CC5AD;
}
</style>