Shades of Puerto Rico #53ADA6
Tints of Puerto Rico #53ADA6
RGB
CMYK
RGB Variations
Color information
#53ADA6 (or 0x53ADA6) is known color: Puerto Rico. HEX triplet: 53, AD and A6. RGB value is (83,173,166). Sum of RGB (Red+Green+Blue) = 83+173+166=422 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.67% from 422); Green value is 173 (67.97% from 255 or 41.00% from 422); Blue value is 166 (65.23% from 255 or 39.34% from 422); Max value from RGB is 173 - color contains mainly: green. Hex color #53ADA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ADA6 is #AC5259. Grayscale: #919191. Windows color (decimal): -11293274 or 10923347. OLE color: 10923347.
HSL color Cylindrical-coordinate representation of color #53ADA6: hue angle of 175.33º 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 #53ADA6 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 166 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.32 |
| HSL | 175.33º | 0.35% | 0.5% | - |
| HSV(B) | 175.33º | 0.52% | 0.68% | - |
| XYZ | 25.39 | 34.48 | 41.39 | - |
| YUV | 145.29 | 139.68 | 83.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 166 | 0.52 | 0 | 0.04 | 0.32 | 175.33 | 0.35 | 0.5 |
| Hex | 53 | AD | A6 | 34 | 0 | 4 | 20 | AF | 23 | 32 |
| Octal | 123 | 255 | 246 | 64 | 0 | 4 | 40 | 257 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10100110 | 110100 | 0 | 100 | 100000 | 10101111 | 100011 | 110010 |
Color Harmonies of #53ADA6
Complementary color
Monochromatic Colors of #53ADA6
Black with #53ADA6
Text Example
Text Example
White with #53ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ADA6; }
p { color: rgb(83,173,166); }
H1.HeaderClassName
{
color: #53ADA6;
}
.AnyTagClassName
{
color: #53ADA6;
}
</style>
background-color css
<style>
a { background-color: #53ADA6; }
a { background-color: rgb(83,173,166); }
div.DivClassName
{
background-color: #53ADA6;
}
.BgClassName
{
background-color: #53ADA6;
}
</style>
border-color css
<style>
span { border-color: #53ADA6; }
span { border-color: rgb(83,173,166); }
td.TdClassName
{
border-color: #53ADA6;
}
.TagClassName
{
border-color: #53ADA6;
}
</style>