Shades of Puerto Rico #53B4A0
Tints of Puerto Rico #53B4A0
RGB
CMYK
RGB Variations
Color information
#53B4A0 (or 0x53B4A0) is known color: Puerto Rico. HEX triplet: 53, B4 and A0. RGB value is (83,180,160). Sum of RGB (Red+Green+Blue) = 83+180+160=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 180 (70.70% from 255 or 42.55% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 180 - color contains mainly: green. Hex color #53B4A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B4A0 is #AC4B5F. Grayscale: #949494. Windows color (decimal): -11291488 or 10531923. OLE color: 10531923.
HSL color Cylindrical-coordinate representation of color #53B4A0: hue angle of 167.63º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B4A0 is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 160 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.29 |
| HSL | 167.63º | 0.39% | 0.52% | - |
| HSV(B) | 167.63º | 0.54% | 0.71% | - |
| XYZ | 26.23 | 37.02 | 39.02 | - |
| YUV | 148.72 | 134.36 | 81.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 160 | 0.54 | 0 | 0.11 | 0.29 | 167.63 | 0.39 | 0.52 |
| Hex | 53 | B4 | A0 | 36 | 0 | B | 1D | A8 | 27 | 34 |
| Octal | 123 | 264 | 240 | 66 | 0 | 13 | 35 | 250 | 47 | 64 |
| Binary | 1010011 | 10110100 | 10100000 | 110110 | 0 | 1011 | 11101 | 10101000 | 100111 | 110100 |
Color Harmonies of #53B4A0
Complementary color
Monochromatic Colors of #53B4A0
Black with #53B4A0
Text Example
Text Example
White with #53B4A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B4A0; }
p { color: rgb(83,180,160); }
H1.HeaderClassName
{
color: #53B4A0;
}
.AnyTagClassName
{
color: #53B4A0;
}
</style>
background-color css
<style>
a { background-color: #53B4A0; }
a { background-color: rgb(83,180,160); }
div.DivClassName
{
background-color: #53B4A0;
}
.BgClassName
{
background-color: #53B4A0;
}
</style>
border-color css
<style>
span { border-color: #53B4A0; }
span { border-color: rgb(83,180,160); }
td.TdClassName
{
border-color: #53B4A0;
}
.TagClassName
{
border-color: #53B4A0;
}
</style>