Shades of Puerto Rico #53BAB0
Tints of Puerto Rico #53BAB0
RGB
CMYK
RGB Variations
Color information
#53BAB0 (or 0x53BAB0) is known color: Puerto Rico. HEX triplet: 53, BA and B0. RGB value is (83,186,176). Sum of RGB (Red+Green+Blue) = 83+186+176=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 186 (73.05% from 255 or 41.80% from 445); Blue value is 176 (69.14% from 255 or 39.55% from 445); Max value from RGB is 186 - color contains mainly: green. Hex color #53BAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BAB0 is #AC454F. Grayscale: #9A9A9A. Windows color (decimal): -11289936 or 11582035. OLE color: 11582035.
HSL color Cylindrical-coordinate representation of color #53BAB0: hue angle of 174.17º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BAB0 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 176 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.27 |
| HSL | 174.17º | 0.43% | 0.53% | - |
| HSV(B) | 174.17º | 0.55% | 0.73% | - |
| XYZ | 28.96 | 40.09 | 47.29 | - |
| YUV | 154.06 | 140.38 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 176 | 0.55 | 0 | 0.05 | 0.27 | 174.17 | 0.43 | 0.53 |
| Hex | 53 | BA | B0 | 37 | 0 | 5 | 1B | AE | 2B | 35 |
| Octal | 123 | 272 | 260 | 67 | 0 | 5 | 33 | 256 | 53 | 65 |
| Binary | 1010011 | 10111010 | 10110000 | 110111 | 0 | 101 | 11011 | 10101110 | 101011 | 110101 |
Color Harmonies of #53BAB0
Complementary color
Monochromatic Colors of #53BAB0
Black with #53BAB0
Text Example
Text Example
White with #53BAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BAB0; }
p { color: rgb(83,186,176); }
H1.HeaderClassName
{
color: #53BAB0;
}
.AnyTagClassName
{
color: #53BAB0;
}
</style>
background-color css
<style>
a { background-color: #53BAB0; }
a { background-color: rgb(83,186,176); }
div.DivClassName
{
background-color: #53BAB0;
}
.BgClassName
{
background-color: #53BAB0;
}
</style>
border-color css
<style>
span { border-color: #53BAB0; }
span { border-color: rgb(83,186,176); }
td.TdClassName
{
border-color: #53BAB0;
}
.TagClassName
{
border-color: #53BAB0;
}
</style>