Shades of Puerto Rico #53AEA2
Tints of Puerto Rico #53AEA2
RGB
CMYK
RGB Variations
Color information
#53AEA2 (or 0x53AEA2) is known color: Puerto Rico. HEX triplet: 53, AE and A2. RGB value is (83,174,162). Sum of RGB (Red+Green+Blue) = 83+174+162=419 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.81% from 419); Green value is 174 (68.36% from 255 or 41.53% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 174 - color contains mainly: green. Hex color #53AEA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AEA2 is #AC515D. Grayscale: #919191. Windows color (decimal): -11293022 or 10661459. OLE color: 10661459.
HSL color Cylindrical-coordinate representation of color #53AEA2: hue angle of 172.09º degrees, saturation: 0.36, 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 #53AEA2 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 83 | 174 | 162 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.32 |
| HSL | 172.09º | 0.36% | 0.5% | - |
| HSV(B) | 172.09º | 0.52% | 0.68% | - |
| XYZ | 25.22 | 34.72 | 39.55 | - |
| YUV | 145.42 | 137.35 | 83.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 174 | 162 | 0.52 | 0 | 0.07 | 0.32 | 172.09 | 0.36 | 0.5 |
| Hex | 53 | AE | A2 | 34 | 0 | 7 | 20 | AC | 24 | 32 |
| Octal | 123 | 256 | 242 | 64 | 0 | 7 | 40 | 254 | 44 | 62 |
| Binary | 1010011 | 10101110 | 10100010 | 110100 | 0 | 111 | 100000 | 10101100 | 100100 | 110010 |
Color Harmonies of #53AEA2
Complementary color
Monochromatic Colors of #53AEA2
Black with #53AEA2
Text Example
Text Example
White with #53AEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AEA2; }
p { color: rgb(83,174,162); }
H1.HeaderClassName
{
color: #53AEA2;
}
.AnyTagClassName
{
color: #53AEA2;
}
</style>
background-color css
<style>
a { background-color: #53AEA2; }
a { background-color: rgb(83,174,162); }
div.DivClassName
{
background-color: #53AEA2;
}
.BgClassName
{
background-color: #53AEA2;
}
</style>
border-color css
<style>
span { border-color: #53AEA2; }
span { border-color: rgb(83,174,162); }
td.TdClassName
{
border-color: #53AEA2;
}
.TagClassName
{
border-color: #53AEA2;
}
</style>