Shades of Puerto Rico #53AB9F
Tints of Puerto Rico #53AB9F
RGB
CMYK
RGB Variations
Color information
#53AB9F (or 0x53AB9F) is known color: Puerto Rico. HEX triplet: 53, AB and 9F. RGB value is (83,171,159). Sum of RGB (Red+Green+Blue) = 83+171+159=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 159 (62.5% from 255 or 38.50% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #53AB9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AB9F is #AC5460. Grayscale: #8F8F8F. Windows color (decimal): -11293793 or 10464083. OLE color: 10464083.
HSL color Cylindrical-coordinate representation of color #53AB9F: hue angle of 171.82º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #53AB9F is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 159 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.33 |
| HSL | 171.82º | 0.35% | 0.5% | - |
| HSV(B) | 171.82º | 0.51% | 0.67% | - |
| XYZ | 24.39 | 33.47 | 37.98 | - |
| YUV | 143.32 | 136.85 | 84.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 159 | 0.51 | 0 | 0.07 | 0.33 | 171.82 | 0.35 | 0.5 |
| Hex | 53 | AB | 9F | 33 | 0 | 7 | 21 | AC | 23 | 32 |
| Octal | 123 | 253 | 237 | 63 | 0 | 7 | 41 | 254 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10011111 | 110011 | 0 | 111 | 100001 | 10101100 | 100011 | 110010 |
Color Harmonies of #53AB9F
Complementary color
Monochromatic Colors of #53AB9F
Black with #53AB9F
Text Example
Text Example
White with #53AB9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AB9F; }
p { color: rgb(83,171,159); }
H1.HeaderClassName
{
color: #53AB9F;
}
.AnyTagClassName
{
color: #53AB9F;
}
</style>
background-color css
<style>
a { background-color: #53AB9F; }
a { background-color: rgb(83,171,159); }
div.DivClassName
{
background-color: #53AB9F;
}
.BgClassName
{
background-color: #53AB9F;
}
</style>
border-color css
<style>
span { border-color: #53AB9F; }
span { border-color: rgb(83,171,159); }
td.TdClassName
{
border-color: #53AB9F;
}
.TagClassName
{
border-color: #53AB9F;
}
</style>