Shades of Puerto Rico #5ABCA7
Tints of Puerto Rico #5ABCA7
RGB
CMYK
RGB Variations
Color information
#5ABCA7 (or 0x5ABCA7) is known color: Puerto Rico. HEX triplet: 5A, BC and A7. RGB value is (90,188,167). Sum of RGB (Red+Green+Blue) = 90+188+167=445 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.22% from 445); Green value is 188 (73.83% from 255 or 42.25% from 445); Blue value is 167 (65.62% from 255 or 37.53% from 445); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCA7 is #A54358. Grayscale: #9C9C9C. Windows color (decimal): -10830681 or 10992730. OLE color: 10992730.
HSL color Cylindrical-coordinate representation of color #5ABCA7: hue angle of 167.14º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABCA7 is Cyan = 0.52, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 167 | - |
| CMYK | 0.52 | 0 | 0.11 | 0.26 |
| HSL | 167.14º | 0.42% | 0.55% | - |
| HSV(B) | 167.14º | 0.52% | 0.74% | - |
| XYZ | 29.17 | 40.93 | 42.92 | - |
| YUV | 156.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 167 | 0.52 | 0 | 0.11 | 0.26 | 167.14 | 0.42 | 0.55 |
| Hex | 5A | BC | A7 | 34 | 0 | B | 1A | A7 | 2A | 37 |
| Octal | 132 | 274 | 247 | 64 | 0 | 13 | 32 | 247 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10100111 | 110100 | 0 | 1011 | 11010 | 10100111 | 101010 | 110111 |
Color Harmonies of #5ABCA7
Complementary color
Monochromatic Colors of #5ABCA7
Black with #5ABCA7
Text Example
Text Example
White with #5ABCA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCA7; }
p { color: rgb(90,188,167); }
H1.HeaderClassName
{
color: #5ABCA7;
}
.AnyTagClassName
{
color: #5ABCA7;
}
</style>
background-color css
<style>
a { background-color: #5ABCA7; }
a { background-color: rgb(90,188,167); }
div.DivClassName
{
background-color: #5ABCA7;
}
.BgClassName
{
background-color: #5ABCA7;
}
</style>
border-color css
<style>
span { border-color: #5ABCA7; }
span { border-color: rgb(90,188,167); }
td.TdClassName
{
border-color: #5ABCA7;
}
.TagClassName
{
border-color: #5ABCA7;
}
</style>