Shades of Puerto Rico #5BACA2
Tints of Puerto Rico #5BACA2
RGB
CMYK
RGB Variations
Color information
#5BACA2 (or 0x5BACA2) is known color: Puerto Rico. HEX triplet: 5B, AC and A2. RGB value is (91,172,162). Sum of RGB (Red+Green+Blue) = 91+172+162=425 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.41% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 172 - color contains mainly: green. Hex color #5BACA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BACA2 is #A4535D. Grayscale: #929292. Windows color (decimal): -10769246 or 10660955. OLE color: 10660955.
HSL color Cylindrical-coordinate representation of color #5BACA2: hue angle of 172.59º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5BACA2 is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 91 | 172 | 162 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.33 |
| HSL | 172.59º | 0.33% | 0.52% | - |
| HSV(B) | 172.59º | 0.47% | 0.67% | - |
| XYZ | 25.59 | 34.34 | 39.46 | - |
| YUV | 146.64 | 136.66 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 172 | 162 | 0.47 | 0 | 0.06 | 0.33 | 172.59 | 0.33 | 0.52 |
| Hex | 5B | AC | A2 | 2F | 0 | 6 | 21 | AD | 21 | 34 |
| Octal | 133 | 254 | 242 | 57 | 0 | 6 | 41 | 255 | 41 | 64 |
| Binary | 1011011 | 10101100 | 10100010 | 101111 | 0 | 110 | 100001 | 10101101 | 100001 | 110100 |
Color Harmonies of #5BACA2
Complementary color
Monochromatic Colors of #5BACA2
Black with #5BACA2
Text Example
Text Example
White with #5BACA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BACA2; }
p { color: rgb(91,172,162); }
H1.HeaderClassName
{
color: #5BACA2;
}
.AnyTagClassName
{
color: #5BACA2;
}
</style>
background-color css
<style>
a { background-color: #5BACA2; }
a { background-color: rgb(91,172,162); }
div.DivClassName
{
background-color: #5BACA2;
}
.BgClassName
{
background-color: #5BACA2;
}
</style>
border-color css
<style>
span { border-color: #5BACA2; }
span { border-color: rgb(91,172,162); }
td.TdClassName
{
border-color: #5BACA2;
}
.TagClassName
{
border-color: #5BACA2;
}
</style>