Shades of Puerto Rico #53C0AE
Tints of Puerto Rico #53C0AE
RGB
CMYK
RGB Variations
Color information
#53C0AE (or 0x53C0AE) is known color: Puerto Rico. HEX triplet: 53, C0 and AE. RGB value is (83,192,174). Sum of RGB (Red+Green+Blue) = 83+192+174=449 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.49% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 174 (68.36% from 255 or 38.75% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C0AE is #AC3F51. Grayscale: #9D9D9D. Windows color (decimal): -11288402 or 11452499. OLE color: 11452499.
HSL color Cylindrical-coordinate representation of color #53C0AE: hue angle of 170.09º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C0AE is Cyan = 0.57, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 174 | - |
| CMYK | 0.57 | 0 | 0.09 | 0.25 |
| HSL | 170.09º | 0.46% | 0.54% | - |
| HSV(B) | 170.09º | 0.57% | 0.75% | - |
| XYZ | 30.06 | 42.59 | 46.68 | - |
| YUV | 157.36 | 137.39 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 174 | 0.57 | 0 | 0.09 | 0.25 | 170.09 | 0.46 | 0.54 |
| Hex | 53 | C0 | AE | 39 | 0 | 9 | 19 | AA | 2E | 36 |
| Octal | 123 | 300 | 256 | 71 | 0 | 11 | 31 | 252 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10101110 | 111001 | 0 | 1001 | 11001 | 10101010 | 101110 | 110110 |
Color Harmonies of #53C0AE
Complementary color
Monochromatic Colors of #53C0AE
Black with #53C0AE
Text Example
Text Example
White with #53C0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0AE; }
p { color: rgb(83,192,174); }
H1.HeaderClassName
{
color: #53C0AE;
}
.AnyTagClassName
{
color: #53C0AE;
}
</style>
background-color css
<style>
a { background-color: #53C0AE; }
a { background-color: rgb(83,192,174); }
div.DivClassName
{
background-color: #53C0AE;
}
.BgClassName
{
background-color: #53C0AE;
}
</style>
border-color css
<style>
span { border-color: #53C0AE; }
span { border-color: rgb(83,192,174); }
td.TdClassName
{
border-color: #53C0AE;
}
.TagClassName
{
border-color: #53C0AE;
}
</style>