Shades of Puerto Rico #53AD9C
Tints of Puerto Rico #53AD9C
RGB
CMYK
RGB Variations
Color information
#53AD9C (or 0x53AD9C) is known color: Puerto Rico. HEX triplet: 53, AD and 9C. RGB value is (83,173,156). Sum of RGB (Red+Green+Blue) = 83+173+156=412 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.15% from 412); Green value is 173 (67.97% from 255 or 41.99% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 173 - color contains mainly: green. Hex color #53AD9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AD9C is #AC5263. Grayscale: #909090. Windows color (decimal): -11293284 or 10267987. OLE color: 10267987.
HSL color Cylindrical-coordinate representation of color #53AD9C: hue angle of 168.67º 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 #53AD9C is Cyan = 0.52, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 173 | 156 | - |
| CMYK | 0.52 | 0 | 0.10 | 0.32 |
| HSL | 168.67º | 0.35% | 0.5% | - |
| HSV(B) | 168.67º | 0.52% | 0.68% | - |
| XYZ | 24.51 | 34.13 | 36.75 | - |
| YUV | 144.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 173 | 156 | 0.52 | 0 | 0.10 | 0.32 | 168.67 | 0.35 | 0.5 |
| Hex | 53 | AD | 9C | 34 | 0 | A | 20 | A9 | 23 | 32 |
| Octal | 123 | 255 | 234 | 64 | 0 | 12 | 40 | 251 | 43 | 62 |
| Binary | 1010011 | 10101101 | 10011100 | 110100 | 0 | 1010 | 100000 | 10101001 | 100011 | 110010 |
Color Harmonies of #53AD9C
Complementary color
Monochromatic Colors of #53AD9C
Black with #53AD9C
Text Example
Text Example
White with #53AD9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AD9C; }
p { color: rgb(83,173,156); }
H1.HeaderClassName
{
color: #53AD9C;
}
.AnyTagClassName
{
color: #53AD9C;
}
</style>
background-color css
<style>
a { background-color: #53AD9C; }
a { background-color: rgb(83,173,156); }
div.DivClassName
{
background-color: #53AD9C;
}
.BgClassName
{
background-color: #53AD9C;
}
</style>
border-color css
<style>
span { border-color: #53AD9C; }
span { border-color: rgb(83,173,156); }
td.TdClassName
{
border-color: #53AD9C;
}
.TagClassName
{
border-color: #53AD9C;
}
</style>