Shades of Puerto Rico #53CBA0
Tints of Puerto Rico #53CBA0
RGB
CMYK
RGB Variations
Color information
#53CBA0 (or 0x53CBA0) is known color: Puerto Rico. HEX triplet: 53, CB and A0. RGB value is (83,203,160). Sum of RGB (Red+Green+Blue) = 83+203+160=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 203 (79.69% from 255 or 45.52% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 203 - color contains mainly: green. Hex color #53CBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CBA0 is #AC345F. Grayscale: #A2A2A2. Windows color (decimal): -11285600 or 10537811. OLE color: 10537811.
HSL color Cylindrical-coordinate representation of color #53CBA0: hue angle of 158.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53CBA0 is Cyan = 0.59, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 160 | - |
| CMYK | 0.59 | 0 | 0.21 | 0.20 |
| HSL | 158.5º | 0.54% | 0.56% | - |
| HSV(B) | 158.5º | 0.59% | 0.8% | - |
| XYZ | 31.27 | 47.09 | 40.7 | - |
| YUV | 162.22 | 126.74 | 71.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 160 | 0.59 | 0 | 0.21 | 0.20 | 158.5 | 0.54 | 0.56 |
| Hex | 53 | CB | A0 | 3B | 0 | 15 | 14 | 9E | 36 | 38 |
| Octal | 123 | 313 | 240 | 73 | 0 | 25 | 24 | 236 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10100000 | 111011 | 0 | 10101 | 10100 | 10011110 | 110110 | 111000 |
Color Harmonies of #53CBA0
Complementary color
Monochromatic Colors of #53CBA0
Black with #53CBA0
Text Example
Text Example
White with #53CBA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CBA0; }
p { color: rgb(83,203,160); }
H1.HeaderClassName
{
color: #53CBA0;
}
.AnyTagClassName
{
color: #53CBA0;
}
</style>
background-color css
<style>
a { background-color: #53CBA0; }
a { background-color: rgb(83,203,160); }
div.DivClassName
{
background-color: #53CBA0;
}
.BgClassName
{
background-color: #53CBA0;
}
</style>
border-color css
<style>
span { border-color: #53CBA0; }
span { border-color: rgb(83,203,160); }
td.TdClassName
{
border-color: #53CBA0;
}
.TagClassName
{
border-color: #53CBA0;
}
</style>