Shades of Puerto Rico #53CAA0
Tints of Puerto Rico #53CAA0
RGB
CMYK
RGB Variations
Color information
#53CAA0 (or 0x53CAA0) is known color: Puerto Rico. HEX triplet: 53, CA and A0. RGB value is (83,202,160). Sum of RGB (Red+Green+Blue) = 83+202+160=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 202 (79.30% from 255 or 45.39% from 445); Blue value is 160 (62.89% from 255 or 35.96% from 445); Max value from RGB is 202 - color contains mainly: green. Hex color #53CAA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CAA0 is #AC355F. Grayscale: #A1A1A1. Windows color (decimal): -11285856 or 10537555. OLE color: 10537555.
HSL color Cylindrical-coordinate representation of color #53CAA0: hue angle of 158.82º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CAA0 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 160 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.21 |
| HSL | 158.82º | 0.53% | 0.56% | - |
| HSV(B) | 158.82º | 0.59% | 0.79% | - |
| XYZ | 31.03 | 46.62 | 40.62 | - |
| YUV | 161.63 | 127.08 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 160 | 0.59 | 0 | 0.21 | 0.21 | 158.82 | 0.53 | 0.56 |
| Hex | 53 | CA | A0 | 3B | 0 | 15 | 15 | 9F | 35 | 38 |
| Octal | 123 | 312 | 240 | 73 | 0 | 25 | 25 | 237 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10100000 | 111011 | 0 | 10101 | 10101 | 10011111 | 110101 | 111000 |
Color Harmonies of #53CAA0
Complementary color
Monochromatic Colors of #53CAA0
Black with #53CAA0
Text Example
Text Example
White with #53CAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CAA0; }
p { color: rgb(83,202,160); }
H1.HeaderClassName
{
color: #53CAA0;
}
.AnyTagClassName
{
color: #53CAA0;
}
</style>
background-color css
<style>
a { background-color: #53CAA0; }
a { background-color: rgb(83,202,160); }
div.DivClassName
{
background-color: #53CAA0;
}
.BgClassName
{
background-color: #53CAA0;
}
</style>
border-color css
<style>
span { border-color: #53CAA0; }
span { border-color: rgb(83,202,160); }
td.TdClassName
{
border-color: #53CAA0;
}
.TagClassName
{
border-color: #53CAA0;
}
</style>