Shades of Puerto Rico #53B9A9
Tints of Puerto Rico #53B9A9
RGB
CMYK
RGB Variations
Color information
#53B9A9 (or 0x53B9A9) is known color: Puerto Rico. HEX triplet: 53, B9 and A9. RGB value is (83,185,169). Sum of RGB (Red+Green+Blue) = 83+185+169=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 185 (72.66% from 255 or 42.33% from 437); Blue value is 169 (66.41% from 255 or 38.67% from 437); Max value from RGB is 185 - color contains mainly: green. Hex color #53B9A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B9A9 is #AC4656. Grayscale: #989898. Windows color (decimal): -11290199 or 11123027. OLE color: 11123027.
HSL color Cylindrical-coordinate representation of color #53B9A9: hue angle of 170.59º degrees, saturation: 0.42, 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 #53B9A9 is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 185 | 169 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.27 |
| HSL | 170.59º | 0.42% | 0.53% | - |
| HSV(B) | 170.59º | 0.55% | 0.73% | - |
| XYZ | 28.08 | 39.4 | 43.66 | - |
| YUV | 152.68 | 137.21 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 185 | 169 | 0.55 | 0 | 0.09 | 0.27 | 170.59 | 0.42 | 0.53 |
| Hex | 53 | B9 | A9 | 37 | 0 | 9 | 1B | AB | 2A | 35 |
| Octal | 123 | 271 | 251 | 67 | 0 | 11 | 33 | 253 | 52 | 65 |
| Binary | 1010011 | 10111001 | 10101001 | 110111 | 0 | 1001 | 11011 | 10101011 | 101010 | 110101 |
Color Harmonies of #53B9A9
Complementary color
Monochromatic Colors of #53B9A9
Black with #53B9A9
Text Example
Text Example
White with #53B9A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B9A9; }
p { color: rgb(83,185,169); }
H1.HeaderClassName
{
color: #53B9A9;
}
.AnyTagClassName
{
color: #53B9A9;
}
</style>
background-color css
<style>
a { background-color: #53B9A9; }
a { background-color: rgb(83,185,169); }
div.DivClassName
{
background-color: #53B9A9;
}
.BgClassName
{
background-color: #53B9A9;
}
</style>
border-color css
<style>
span { border-color: #53B9A9; }
span { border-color: rgb(83,185,169); }
td.TdClassName
{
border-color: #53B9A9;
}
.TagClassName
{
border-color: #53B9A9;
}
</style>