Shades of Puerto Rico #53B0AA
Tints of Puerto Rico #53B0AA
RGB
CMYK
RGB Variations
Color information
#53B0AA (or 0x53B0AA) is known color: Puerto Rico. HEX triplet: 53, B0 and AA. RGB value is (83,176,170). Sum of RGB (Red+Green+Blue) = 83+176+170=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 176 (69.14% from 255 or 41.03% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 176 - color contains mainly: green. Hex color #53B0AA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B0AA is #AC4F55. Grayscale: #939393. Windows color (decimal): -11292502 or 11186259. OLE color: 11186259.
HSL color Cylindrical-coordinate representation of color #53B0AA: hue angle of 176.13º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B0AA is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 176 | 170 | - |
| CMYK | 0.53 | 0 | 0.03 | 0.31 |
| HSL | 176.13º | 0.37% | 0.51% | - |
| HSV(B) | 176.13º | 0.53% | 0.69% | - |
| XYZ | 26.35 | 35.79 | 43.55 | - |
| YUV | 147.51 | 140.69 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 176 | 170 | 0.53 | 0 | 0.03 | 0.31 | 176.13 | 0.37 | 0.51 |
| Hex | 53 | B0 | AA | 35 | 0 | 3 | 1F | B0 | 25 | 33 |
| Octal | 123 | 260 | 252 | 65 | 0 | 3 | 37 | 260 | 45 | 63 |
| Binary | 1010011 | 10110000 | 10101010 | 110101 | 0 | 11 | 11111 | 10110000 | 100101 | 110011 |
Color Harmonies of #53B0AA
Complementary color
Monochromatic Colors of #53B0AA
Black with #53B0AA
Text Example
Text Example
White with #53B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B0AA; }
p { color: rgb(83,176,170); }
H1.HeaderClassName
{
color: #53B0AA;
}
.AnyTagClassName
{
color: #53B0AA;
}
</style>
background-color css
<style>
a { background-color: #53B0AA; }
a { background-color: rgb(83,176,170); }
div.DivClassName
{
background-color: #53B0AA;
}
.BgClassName
{
background-color: #53B0AA;
}
</style>
border-color css
<style>
span { border-color: #53B0AA; }
span { border-color: rgb(83,176,170); }
td.TdClassName
{
border-color: #53B0AA;
}
.TagClassName
{
border-color: #53B0AA;
}
</style>