Shades of Puerto Rico #5ABEB1
Tints of Puerto Rico #5ABEB1
RGB
CMYK
RGB Variations
Color information
#5ABEB1 (or 0x5ABEB1) is known color: Puerto Rico. HEX triplet: 5A, BE and B1. RGB value is (90,190,177). Sum of RGB (Red+Green+Blue) = 90+190+177=457 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.69% from 457); Green value is 190 (74.61% from 255 or 41.58% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABEB1 is #A5414E. Grayscale: #9E9E9E. Windows color (decimal): -10830159 or 11648602. OLE color: 11648602.
HSL color Cylindrical-coordinate representation of color #5ABEB1: hue angle of 172.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEB1 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 177 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.25 |
| HSL | 172.2º | 0.43% | 0.55% | - |
| HSV(B) | 172.2º | 0.53% | 0.75% | - |
| XYZ | 30.57 | 42.17 | 48.12 | - |
| YUV | 158.62 | 138.37 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 177 | 0.53 | 0 | 0.07 | 0.25 | 172.2 | 0.43 | 0.55 |
| Hex | 5A | BE | B1 | 35 | 0 | 7 | 19 | AC | 2B | 37 |
| Octal | 132 | 276 | 261 | 65 | 0 | 7 | 31 | 254 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10110001 | 110101 | 0 | 111 | 11001 | 10101100 | 101011 | 110111 |
Color Harmonies of #5ABEB1
Complementary color
Monochromatic Colors of #5ABEB1
Black with #5ABEB1
Text Example
Text Example
White with #5ABEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEB1; }
p { color: rgb(90,190,177); }
H1.HeaderClassName
{
color: #5ABEB1;
}
.AnyTagClassName
{
color: #5ABEB1;
}
</style>
background-color css
<style>
a { background-color: #5ABEB1; }
a { background-color: rgb(90,190,177); }
div.DivClassName
{
background-color: #5ABEB1;
}
.BgClassName
{
background-color: #5ABEB1;
}
</style>
border-color css
<style>
span { border-color: #5ABEB1; }
span { border-color: rgb(90,190,177); }
td.TdClassName
{
border-color: #5ABEB1;
}
.TagClassName
{
border-color: #5ABEB1;
}
</style>