Shades of Puerto Rico #53B29F
Tints of Puerto Rico #53B29F
RGB
CMYK
RGB Variations
Color information
#53B29F (or 0x53B29F) is known color: Puerto Rico. HEX triplet: 53, B2 and 9F. RGB value is (83,178,159). Sum of RGB (Red+Green+Blue) = 83+178+159=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #53B29F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53B29F is #AC4D60. Grayscale: #939393. Windows color (decimal): -11292001 or 10465875. OLE color: 10465875.
HSL color Cylindrical-coordinate representation of color #53B29F: hue angle of 168º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53B29F is Cyan = 0.53, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 178 | 159 | - |
| CMYK | 0.53 | 0 | 0.11 | 0.30 |
| HSL | 168º | 0.38% | 0.51% | - |
| HSV(B) | 168º | 0.53% | 0.7% | - |
| XYZ | 25.75 | 36.18 | 38.43 | - |
| YUV | 147.43 | 134.53 | 82.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 178 | 159 | 0.53 | 0 | 0.11 | 0.30 | 168 | 0.38 | 0.51 |
| Hex | 53 | B2 | 9F | 35 | 0 | B | 1E | A8 | 26 | 33 |
| Octal | 123 | 262 | 237 | 65 | 0 | 13 | 36 | 250 | 46 | 63 |
| Binary | 1010011 | 10110010 | 10011111 | 110101 | 0 | 1011 | 11110 | 10101000 | 100110 | 110011 |
Color Harmonies of #53B29F
Complementary color
Monochromatic Colors of #53B29F
Black with #53B29F
Text Example
Text Example
White with #53B29F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B29F; }
p { color: rgb(83,178,159); }
H1.HeaderClassName
{
color: #53B29F;
}
.AnyTagClassName
{
color: #53B29F;
}
</style>
background-color css
<style>
a { background-color: #53B29F; }
a { background-color: rgb(83,178,159); }
div.DivClassName
{
background-color: #53B29F;
}
.BgClassName
{
background-color: #53B29F;
}
</style>
border-color css
<style>
span { border-color: #53B29F; }
span { border-color: rgb(83,178,159); }
td.TdClassName
{
border-color: #53B29F;
}
.TagClassName
{
border-color: #53B29F;
}
</style>