Shades of Puerto Rico #53BEAA
Tints of Puerto Rico #53BEAA
RGB
CMYK
RGB Variations
Color information
#53BEAA (or 0x53BEAA) is known color: Puerto Rico. HEX triplet: 53, BE and AA. RGB value is (83,190,170). Sum of RGB (Red+Green+Blue) = 83+190+170=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 190 (74.61% from 255 or 42.89% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEAA is #AC4155. Grayscale: #9B9B9B. Windows color (decimal): -11288918 or 11189843. OLE color: 11189843.
HSL color Cylindrical-coordinate representation of color #53BEAA: hue angle of 168.79º 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 #53BEAA is Cyan = 0.56, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 170 | - |
| CMYK | 0.56 | 0 | 0.11 | 0.25 |
| HSL | 168.79º | 0.45% | 0.54% | - |
| HSV(B) | 168.79º | 0.56% | 0.75% | - |
| XYZ | 29.24 | 41.57 | 44.51 | - |
| YUV | 155.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 170 | 0.56 | 0 | 0.11 | 0.25 | 168.79 | 0.45 | 0.54 |
| Hex | 53 | BE | AA | 38 | 0 | B | 19 | A9 | 2D | 36 |
| Octal | 123 | 276 | 252 | 70 | 0 | 13 | 31 | 251 | 55 | 66 |
| Binary | 1010011 | 10111110 | 10101010 | 111000 | 0 | 1011 | 11001 | 10101001 | 101101 | 110110 |
Color Harmonies of #53BEAA
Complementary color
Monochromatic Colors of #53BEAA
Black with #53BEAA
Text Example
Text Example
White with #53BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEAA; }
p { color: rgb(83,190,170); }
H1.HeaderClassName
{
color: #53BEAA;
}
.AnyTagClassName
{
color: #53BEAA;
}
</style>
background-color css
<style>
a { background-color: #53BEAA; }
a { background-color: rgb(83,190,170); }
div.DivClassName
{
background-color: #53BEAA;
}
.BgClassName
{
background-color: #53BEAA;
}
</style>
border-color css
<style>
span { border-color: #53BEAA; }
span { border-color: rgb(83,190,170); }
td.TdClassName
{
border-color: #53BEAA;
}
.TagClassName
{
border-color: #53BEAA;
}
</style>