Shades of Puerto Rico #53ABA2
Tints of Puerto Rico #53ABA2
RGB
CMYK
RGB Variations
Color information
#53ABA2 (or 0x53ABA2) is known color: Puerto Rico. HEX triplet: 53, AB and A2. RGB value is (83,171,162). Sum of RGB (Red+Green+Blue) = 83+171+162=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #53ABA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53ABA2 is #AC545D. Grayscale: #8F8F8F. Windows color (decimal): -11293790 or 10660691. OLE color: 10660691.
HSL color Cylindrical-coordinate representation of color #53ABA2: hue angle of 173.86º 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 #53ABA2 is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 83 | 171 | 162 | - |
| CMYK | 0.51 | 0 | 0.05 | 0.33 |
| HSL | 173.86º | 0.35% | 0.5% | - |
| HSV(B) | 173.86º | 0.51% | 0.67% | - |
| XYZ | 24.65 | 33.57 | 39.36 | - |
| YUV | 143.66 | 138.35 | 84.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 171 | 162 | 0.51 | 0 | 0.05 | 0.33 | 173.86 | 0.35 | 0.5 |
| Hex | 53 | AB | A2 | 33 | 0 | 5 | 21 | AE | 23 | 32 |
| Octal | 123 | 253 | 242 | 63 | 0 | 5 | 41 | 256 | 43 | 62 |
| Binary | 1010011 | 10101011 | 10100010 | 110011 | 0 | 101 | 100001 | 10101110 | 100011 | 110010 |
Color Harmonies of #53ABA2
Complementary color
Monochromatic Colors of #53ABA2
Black with #53ABA2
Text Example
Text Example
White with #53ABA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53ABA2; }
p { color: rgb(83,171,162); }
H1.HeaderClassName
{
color: #53ABA2;
}
.AnyTagClassName
{
color: #53ABA2;
}
</style>
background-color css
<style>
a { background-color: #53ABA2; }
a { background-color: rgb(83,171,162); }
div.DivClassName
{
background-color: #53ABA2;
}
.BgClassName
{
background-color: #53ABA2;
}
</style>
border-color css
<style>
span { border-color: #53ABA2; }
span { border-color: rgb(83,171,162); }
td.TdClassName
{
border-color: #53ABA2;
}
.TagClassName
{
border-color: #53ABA2;
}
</style>