Shades of Puerto Rico #53AFA2
Tints of Puerto Rico #53AFA2
RGB
CMYK
RGB Variations
Color information
#53AFA2 (or 0x53AFA2) is known color: Puerto Rico. HEX triplet: 53, AF and A2. RGB value is (83,175,162). Sum of RGB (Red+Green+Blue) = 83+175+162=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #53AFA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #53AFA2 is #AC505D. Grayscale: #919191. Windows color (decimal): -11292766 or 10661715. OLE color: 10661715.
HSL color Cylindrical-coordinate representation of color #53AFA2: hue angle of 171.52º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53AFA2 is Cyan = 0.53, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 83 | 175 | 162 | - |
| CMYK | 0.53 | 0 | 0.07 | 0.31 |
| HSL | 171.52º | 0.37% | 0.51% | - |
| HSV(B) | 171.52º | 0.53% | 0.69% | - |
| XYZ | 25.42 | 35.11 | 39.62 | - |
| YUV | 146.01 | 137.02 | 83.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 175 | 162 | 0.53 | 0 | 0.07 | 0.31 | 171.52 | 0.37 | 0.51 |
| Hex | 53 | AF | A2 | 35 | 0 | 7 | 1F | AC | 25 | 33 |
| Octal | 123 | 257 | 242 | 65 | 0 | 7 | 37 | 254 | 45 | 63 |
| Binary | 1010011 | 10101111 | 10100010 | 110101 | 0 | 111 | 11111 | 10101100 | 100101 | 110011 |
Color Harmonies of #53AFA2
Complementary color
Monochromatic Colors of #53AFA2
Black with #53AFA2
Text Example
Text Example
White with #53AFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53AFA2; }
p { color: rgb(83,175,162); }
H1.HeaderClassName
{
color: #53AFA2;
}
.AnyTagClassName
{
color: #53AFA2;
}
</style>
background-color css
<style>
a { background-color: #53AFA2; }
a { background-color: rgb(83,175,162); }
div.DivClassName
{
background-color: #53AFA2;
}
.BgClassName
{
background-color: #53AFA2;
}
</style>
border-color css
<style>
span { border-color: #53AFA2; }
span { border-color: rgb(83,175,162); }
td.TdClassName
{
border-color: #53AFA2;
}
.TagClassName
{
border-color: #53AFA2;
}
</style>