Shades of Puerto Rico #53AD9B
Tints of Puerto Rico #53AD9B
RGB
CMYK
RGB Variations
Color information
#53AD9B (or 0x53AD9B) is known color: Puerto Rico. HEX triplet: 53, AD and 9B. RGB value is (83,173,155). Sum of RGB (Red+Green+Blue) = 83+173+155=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD9B is #AC5264. Grayscale: #909090. Windows color (decimal): -11293285 or 10202451. OLE color: 10202451.
HSL color Cylindrical-coordinate representation of color #53AD9B: hue angle of 168º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #53AD9B is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 155 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.32 |
| HSL | 168º | 0.35% | 0.5% | - |
| HSV(B) | 168º | 0.52% | 0.68% | - |
| XYZ | 24.43 | 34.09 | 36.3 | - |
| YUV | 144.04 | 134.18 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 155 | 0.52 | 0 | 0.10 | 0.32 | 168 | 0.35 | 0.5 |
| Hex | 53 | AD | 9B | 34 | 0 | A | 20 | A8 | 23 | 32 |
| Octal | 123 | 255 | 233 | 64 | 0 | 12 | 40 | 250 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10011011 | 110100 | 0 | 1010 | 100000 | 10101000 | 100011 | 110010 |
Color Harmonies of #53AD9B
Complementary color
Monochromatic Colors of #53AD9B
Black with #53AD9B
Text Example
Text Example
White with #53AD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD9B; }
p { color: rgb(83,173,155); }
H1.HeaderClassName
{
color: #53AD9B;
}
.AnyTagClassName
{
color: #53AD9B;
}
</style>
background-color css
<style>
a { background-color: #53AD9B; }
a { background-color: rgb(83,173,155); }
div.DivClassName
{
background-color: #53AD9B;
}
.BgClassName
{
background-color: #53AD9B;
}
</style>
border-color css
<style>
span { border-color: #53AD9B; }
span { border-color: rgb(83,173,155); }
td.TdClassName
{
border-color: #53AD9B;
}
.TagClassName
{
border-color: #53AD9B;
}
</style>