Shades of Puerto Rico #5BAEA4
Tints of Puerto Rico #5BAEA4
RGB
CMYK
RGB Variations
Color information
#5BAEA4 (or 0x5BAEA4) is known color: Puerto Rico. HEX triplet: 5B, AE and A4. RGB value is (91,174,164). Sum of RGB (Red+Green+Blue) = 91+174+164=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 174 (68.36% from 255 or 40.56% from 429); Blue value is 164 (64.45% from 255 or 38.23% from 429); Max value from RGB is 174 - color contains mainly: green. Hex color #5BAEA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5BAEA4 is #A4515B. Grayscale: #949494. Windows color (decimal): -10768732 or 10792539. OLE color: 10792539.
HSL color Cylindrical-coordinate representation of color #5BAEA4: hue angle of 172.77º 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 #5BAEA4 is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 91 | 174 | 164 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.32 |
| HSL | 172.77º | 0.34% | 0.52% | - |
| HSV(B) | 172.77º | 0.48% | 0.68% | - |
| XYZ | 26.15 | 35.18 | 40.53 | - |
| YUV | 148.04 | 137 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 174 | 164 | 0.48 | 0 | 0.06 | 0.32 | 172.77 | 0.34 | 0.52 |
| Hex | 5B | AE | A4 | 30 | 0 | 6 | 20 | AD | 22 | 34 |
| Octal | 133 | 256 | 244 | 60 | 0 | 6 | 40 | 255 | 42 | 64 |
| Binary | 1011011 | 10101110 | 10100100 | 110000 | 0 | 110 | 100000 | 10101101 | 100010 | 110100 |
Color Harmonies of #5BAEA4
Complementary color
Monochromatic Colors of #5BAEA4
Black with #5BAEA4
Text Example
Text Example
White with #5BAEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BAEA4; }
p { color: rgb(91,174,164); }
H1.HeaderClassName
{
color: #5BAEA4;
}
.AnyTagClassName
{
color: #5BAEA4;
}
</style>
background-color css
<style>
a { background-color: #5BAEA4; }
a { background-color: rgb(91,174,164); }
div.DivClassName
{
background-color: #5BAEA4;
}
.BgClassName
{
background-color: #5BAEA4;
}
</style>
border-color css
<style>
span { border-color: #5BAEA4; }
span { border-color: rgb(91,174,164); }
td.TdClassName
{
border-color: #5BAEA4;
}
.TagClassName
{
border-color: #5BAEA4;
}
</style>