Shades of Puerto Rico #5BAFA8
Tints of Puerto Rico #5BAFA8
RGB
CMYK
RGB Variations
Color information
#5BAFA8 (or 0x5BAFA8) is known color: Puerto Rico. HEX triplet: 5B, AF and A8. RGB value is (91,175,168). Sum of RGB (Red+Green+Blue) = 91+175+168=434 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.97% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 168 (66.02% from 255 or 38.71% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #5BAFA8 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAFA8 is #A45057. Grayscale: #959595. Windows color (decimal): -10768472 or 11054939. OLE color: 11054939.
HSL color Cylindrical-coordinate representation of color #5BAFA8: hue angle of 175º 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 #5BAFA8 is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 91 | 175 | 168 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.31 |
| HSL | 175º | 0.34% | 0.52% | - |
| HSV(B) | 175º | 0.48% | 0.69% | - |
| XYZ | 26.71 | 35.71 | 42.53 | - |
| YUV | 149.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 175 | 168 | 0.48 | 0 | 0.04 | 0.31 | 175 | 0.34 | 0.52 |
| Hex | 5B | AF | A8 | 30 | 0 | 4 | 1F | AF | 22 | 34 |
| Octal | 133 | 257 | 250 | 60 | 0 | 4 | 37 | 257 | 42 | 64 |
| Binary | 1011011 | 10101111 | 10101000 | 110000 | 0 | 100 | 11111 | 10101111 | 100010 | 110100 |
Color Harmonies of #5BAFA8
Complementary color
Monochromatic Colors of #5BAFA8
Black with #5BAFA8
Text Example
Text Example
White with #5BAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAFA8; }
p { color: rgb(91,175,168); }
H1.HeaderClassName
{
color: #5BAFA8;
}
.AnyTagClassName
{
color: #5BAFA8;
}
</style>
background-color css
<style>
a { background-color: #5BAFA8; }
a { background-color: rgb(91,175,168); }
div.DivClassName
{
background-color: #5BAFA8;
}
.BgClassName
{
background-color: #5BAFA8;
}
</style>
border-color css
<style>
span { border-color: #5BAFA8; }
span { border-color: rgb(91,175,168); }
td.TdClassName
{
border-color: #5BAFA8;
}
.TagClassName
{
border-color: #5BAFA8;
}
</style>