Shades of Puerto Rico #53BA9F
Tints of Puerto Rico #53BA9F
RGB
CMYK
RGB Variations
Color information
#53BA9F (or 0x53BA9F) is known color: Puerto Rico. HEX triplet: 53, BA and 9F. RGB value is (83,186,159). Sum of RGB (Red+Green+Blue) = 83+186+159=428 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.39% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BA9F is #AC4560. Grayscale: #989898. Windows color (decimal): -11289953 or 10467923. OLE color: 10467923.
HSL color Cylindrical-coordinate representation of color #53BA9F: hue angle of 164.27º degrees, saturation: 0.43, 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 #53BA9F is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 186 | 159 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.27 |
| HSL | 164.27º | 0.43% | 0.53% | - |
| HSV(B) | 164.27º | 0.55% | 0.73% | - |
| XYZ | 27.38 | 39.46 | 38.97 | - |
| YUV | 152.13 | 131.88 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 186 | 159 | 0.55 | 0 | 0.15 | 0.27 | 164.27 | 0.43 | 0.53 |
| Hex | 53 | BA | 9F | 37 | 0 | F | 1B | A4 | 2B | 35 |
| Octal | 123 | 272 | 237 | 67 | 0 | 17 | 33 | 244 | 53 | 65 |
| Binary | 1010011 | 10111010 | 10011111 | 110111 | 0 | 1111 | 11011 | 10100100 | 101011 | 110101 |
Color Harmonies of #53BA9F
Complementary color
Monochromatic Colors of #53BA9F
Black with #53BA9F
Text Example
Text Example
White with #53BA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BA9F; }
p { color: rgb(83,186,159); }
H1.HeaderClassName
{
color: #53BA9F;
}
.AnyTagClassName
{
color: #53BA9F;
}
</style>
background-color css
<style>
a { background-color: #53BA9F; }
a { background-color: rgb(83,186,159); }
div.DivClassName
{
background-color: #53BA9F;
}
.BgClassName
{
background-color: #53BA9F;
}
</style>
border-color css
<style>
span { border-color: #53BA9F; }
span { border-color: rgb(83,186,159); }
td.TdClassName
{
border-color: #53BA9F;
}
.TagClassName
{
border-color: #53BA9F;
}
</style>