Shades of Puerto Rico #5BAFA0
Tints of Puerto Rico #5BAFA0
RGB
CMYK
RGB Variations
Color information
#5BAFA0 (or 0x5BAFA0) is known color: Puerto Rico. HEX triplet: 5B, AF and A0. RGB value is (91,175,160). Sum of RGB (Red+Green+Blue) = 91+175+160=426 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.36% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFA0 is #A4505F. Grayscale: #949494. Windows color (decimal): -10768480 or 10530651. OLE color: 10530651.
HSL color Cylindrical-coordinate representation of color #5BAFA0: hue angle of 169.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5BAFA0 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 160 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.31 |
| HSL | 169.29º | 0.34% | 0.52% | - |
| HSV(B) | 169.29º | 0.48% | 0.69% | - |
| XYZ | 25.99 | 35.42 | 38.73 | - |
| YUV | 148.17 | 134.67 | 87.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 160 | 0.48 | 0 | 0.09 | 0.31 | 169.29 | 0.34 | 0.52 |
| Hex | 5B | AF | A0 | 30 | 0 | 9 | 1F | A9 | 22 | 34 |
| Octal | 133 | 257 | 240 | 60 | 0 | 11 | 37 | 251 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10100000 | 110000 | 0 | 1001 | 11111 | 10101001 | 100010 | 110100 |
Color Harmonies of #5BAFA0
Complementary color
Monochromatic Colors of #5BAFA0
Black with #5BAFA0
Text Example
Text Example
White with #5BAFA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFA0; }
p { color: rgb(91,175,160); }
H1.HeaderClassName
{
color: #5BAFA0;
}
.AnyTagClassName
{
color: #5BAFA0;
}
</style>
background-color css
<style>
a { background-color: #5BAFA0; }
a { background-color: rgb(91,175,160); }
div.DivClassName
{
background-color: #5BAFA0;
}
.BgClassName
{
background-color: #5BAFA0;
}
</style>
border-color css
<style>
span { border-color: #5BAFA0; }
span { border-color: rgb(91,175,160); }
td.TdClassName
{
border-color: #5BAFA0;
}
.TagClassName
{
border-color: #5BAFA0;
}
</style>