Shades of Puerto Rico #53AA9F
Tints of Puerto Rico #53AA9F
RGB
CMYK
RGB Variations
Color information
#53AA9F (or 0x53AA9F) is known color: Puerto Rico. HEX triplet: 53, AA and 9F. RGB value is (83,170,159). Sum of RGB (Red+Green+Blue) = 83+170+159=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 170 - color contains mainly: green. Hex color #53AA9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AA9F is #AC5560. Grayscale: #8E8E8E. Windows color (decimal): -11294049 or 10463827. OLE color: 10463827.
HSL color Cylindrical-coordinate representation of color #53AA9F: hue angle of 172.41º degrees, saturation: 0.34, 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 #53AA9F is Cyan = 0.51, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 170 | 159 | - |
| CMYK | 0.51 | 0 | 0.06 | 0.33 |
| HSL | 172.41º | 0.34% | 0.5% | - |
| HSV(B) | 172.41º | 0.51% | 0.67% | - |
| XYZ | 24.2 | 33.09 | 37.91 | - |
| YUV | 142.73 | 137.18 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 170 | 159 | 0.51 | 0 | 0.06 | 0.33 | 172.41 | 0.34 | 0.5 |
| Hex | 53 | AA | 9F | 33 | 0 | 6 | 21 | AC | 22 | 32 |
| Octal | 123 | 252 | 237 | 63 | 0 | 6 | 41 | 254 | 42 | 62 |
| Binary | 1010011 | 10101010 | 10011111 | 110011 | 0 | 110 | 100001 | 10101100 | 100010 | 110010 |
Color Harmonies of #53AA9F
Complementary color
Monochromatic Colors of #53AA9F
Black with #53AA9F
Text Example
Text Example
White with #53AA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AA9F; }
p { color: rgb(83,170,159); }
H1.HeaderClassName
{
color: #53AA9F;
}
.AnyTagClassName
{
color: #53AA9F;
}
</style>
background-color css
<style>
a { background-color: #53AA9F; }
a { background-color: rgb(83,170,159); }
div.DivClassName
{
background-color: #53AA9F;
}
.BgClassName
{
background-color: #53AA9F;
}
</style>
border-color css
<style>
span { border-color: #53AA9F; }
span { border-color: rgb(83,170,159); }
td.TdClassName
{
border-color: #53AA9F;
}
.TagClassName
{
border-color: #53AA9F;
}
</style>