Shades of Puerto Rico #5BAEA0
Tints of Puerto Rico #5BAEA0
RGB
CMYK
RGB Variations
Color information
#5BAEA0 (or 0x5BAEA0) is known color: Puerto Rico. HEX triplet: 5B, AE and A0. RGB value is (91,174,160). Sum of RGB (Red+Green+Blue) = 91+174+160=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 174 (68.36% from 255 or 40.94% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEA0 is #A4515F. Grayscale: #939393. Windows color (decimal): -10768736 or 10530395. OLE color: 10530395.
HSL color Cylindrical-coordinate representation of color #5BAEA0: hue angle of 169.88º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAEA0 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 160 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.32 |
| HSL | 169.88º | 0.34% | 0.52% | - |
| HSV(B) | 169.88º | 0.48% | 0.68% | - |
| XYZ | 25.8 | 35.03 | 38.66 | - |
| YUV | 147.59 | 135 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 160 | 0.48 | 0 | 0.08 | 0.32 | 169.88 | 0.34 | 0.52 |
| Hex | 5B | AE | A0 | 30 | 0 | 8 | 20 | AA | 22 | 34 |
| Octal | 133 | 256 | 240 | 60 | 0 | 10 | 40 | 252 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10100000 | 110000 | 0 | 1000 | 100000 | 10101010 | 100010 | 110100 |
Color Harmonies of #5BAEA0
Complementary color
Monochromatic Colors of #5BAEA0
Black with #5BAEA0
Text Example
Text Example
White with #5BAEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEA0; }
p { color: rgb(91,174,160); }
H1.HeaderClassName
{
color: #5BAEA0;
}
.AnyTagClassName
{
color: #5BAEA0;
}
</style>
background-color css
<style>
a { background-color: #5BAEA0; }
a { background-color: rgb(91,174,160); }
div.DivClassName
{
background-color: #5BAEA0;
}
.BgClassName
{
background-color: #5BAEA0;
}
</style>
border-color css
<style>
span { border-color: #5BAEA0; }
span { border-color: rgb(91,174,160); }
td.TdClassName
{
border-color: #5BAEA0;
}
.TagClassName
{
border-color: #5BAEA0;
}
</style>