Shades of Puerto Rico #53BEA2
Tints of Puerto Rico #53BEA2
RGB
CMYK
RGB Variations
Color information
#53BEA2 (or 0x53BEA2) is known color: Puerto Rico. HEX triplet: 53, BE and A2. RGB value is (83,190,162). Sum of RGB (Red+Green+Blue) = 83+190+162=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 190 (74.61% from 255 or 43.68% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEA2 is #AC415D. Grayscale: #9A9A9A. Windows color (decimal): -11288926 or 10665555. OLE color: 10665555.
HSL color Cylindrical-coordinate representation of color #53BEA2: hue angle of 164.3º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BEA2 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 162 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.25 |
| HSL | 164.3º | 0.45% | 0.54% | - |
| HSV(B) | 164.3º | 0.56% | 0.75% | - |
| XYZ | 28.5 | 41.27 | 40.65 | - |
| YUV | 154.82 | 132.05 | 76.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 162 | 0.56 | 0 | 0.15 | 0.25 | 164.3 | 0.45 | 0.54 |
| Hex | 53 | BE | A2 | 38 | 0 | F | 19 | A4 | 2D | 36 |
| Octal | 123 | 276 | 242 | 70 | 0 | 17 | 31 | 244 | 55 | 66 |
| Binary | 1010011 | 10111110 | 10100010 | 111000 | 0 | 1111 | 11001 | 10100100 | 101101 | 110110 |
Color Harmonies of #53BEA2
Complementary color
Monochromatic Colors of #53BEA2
Black with #53BEA2
Text Example
Text Example
White with #53BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEA2; }
p { color: rgb(83,190,162); }
H1.HeaderClassName
{
color: #53BEA2;
}
.AnyTagClassName
{
color: #53BEA2;
}
</style>
background-color css
<style>
a { background-color: #53BEA2; }
a { background-color: rgb(83,190,162); }
div.DivClassName
{
background-color: #53BEA2;
}
.BgClassName
{
background-color: #53BEA2;
}
</style>
border-color css
<style>
span { border-color: #53BEA2; }
span { border-color: rgb(83,190,162); }
td.TdClassName
{
border-color: #53BEA2;
}
.TagClassName
{
border-color: #53BEA2;
}
</style>