Shades of Puerto Rico #53BDB0
Tints of Puerto Rico #53BDB0
RGB
CMYK
RGB Variations
Color information
#53BDB0 (or 0x53BDB0) is known color: Puerto Rico. HEX triplet: 53, BD and B0. RGB value is (83,189,176). Sum of RGB (Red+Green+Blue) = 83+189+176=448 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.53% from 448); Green value is 189 (74.22% from 255 or 42.19% from 448); Blue value is 176 (69.14% from 255 or 39.29% from 448); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BDB0 is #AC424F. Grayscale: #9B9B9B. Windows color (decimal): -11289168 or 11582803. OLE color: 11582803.
HSL color Cylindrical-coordinate representation of color #53BDB0: hue angle of 172.64º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BDB0 is Cyan = 0.56, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 189 | 176 | - |
| CMYK | 0.56 | 0 | 0.07 | 0.26 |
| HSL | 172.64º | 0.45% | 0.53% | - |
| HSV(B) | 172.64º | 0.56% | 0.74% | - |
| XYZ | 29.6 | 41.37 | 47.5 | - |
| YUV | 155.82 | 139.38 | 76.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 189 | 176 | 0.56 | 0 | 0.07 | 0.26 | 172.64 | 0.45 | 0.53 |
| Hex | 53 | BD | B0 | 38 | 0 | 7 | 1A | AD | 2D | 35 |
| Octal | 123 | 275 | 260 | 70 | 0 | 7 | 32 | 255 | 55 | 65 |
| Binary | 1010011 | 10111101 | 10110000 | 111000 | 0 | 111 | 11010 | 10101101 | 101101 | 110101 |
Color Harmonies of #53BDB0
Complementary color
Monochromatic Colors of #53BDB0
Black with #53BDB0
Text Example
Text Example
White with #53BDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BDB0; }
p { color: rgb(83,189,176); }
H1.HeaderClassName
{
color: #53BDB0;
}
.AnyTagClassName
{
color: #53BDB0;
}
</style>
background-color css
<style>
a { background-color: #53BDB0; }
a { background-color: rgb(83,189,176); }
div.DivClassName
{
background-color: #53BDB0;
}
.BgClassName
{
background-color: #53BDB0;
}
</style>
border-color css
<style>
span { border-color: #53BDB0; }
span { border-color: rgb(83,189,176); }
td.TdClassName
{
border-color: #53BDB0;
}
.TagClassName
{
border-color: #53BDB0;
}
</style>