Shades of Puerto Rico #53CA9C
Tints of Puerto Rico #53CA9C
RGB
CMYK
RGB Variations
Color information
#53CA9C (or 0x53CA9C) is known color: Puerto Rico. HEX triplet: 53, CA and 9C. RGB value is (83,202,156). Sum of RGB (Red+Green+Blue) = 83+202+156=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 202 (79.30% from 255 or 45.80% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA9C is #AC3563. Grayscale: #A1A1A1. Windows color (decimal): -11285860 or 10275411. OLE color: 10275411.
HSL color Cylindrical-coordinate representation of color #53CA9C: hue angle of 156.81º 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 #53CA9C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 156 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.21 |
| HSL | 156.81º | 0.53% | 0.56% | - |
| HSV(B) | 156.81º | 0.59% | 0.79% | - |
| XYZ | 30.69 | 46.48 | 38.81 | - |
| YUV | 161.18 | 125.08 | 72.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 156 | 0.59 | 0 | 0.23 | 0.21 | 156.81 | 0.53 | 0.56 |
| Hex | 53 | CA | 9C | 3B | 0 | 17 | 15 | 9D | 35 | 38 |
| Octal | 123 | 312 | 234 | 73 | 0 | 27 | 25 | 235 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10011100 | 111011 | 0 | 10111 | 10101 | 10011101 | 110101 | 111000 |
Color Harmonies of #53CA9C
Complementary color
Monochromatic Colors of #53CA9C
Black with #53CA9C
Text Example
Text Example
White with #53CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA9C; }
p { color: rgb(83,202,156); }
H1.HeaderClassName
{
color: #53CA9C;
}
.AnyTagClassName
{
color: #53CA9C;
}
</style>
background-color css
<style>
a { background-color: #53CA9C; }
a { background-color: rgb(83,202,156); }
div.DivClassName
{
background-color: #53CA9C;
}
.BgClassName
{
background-color: #53CA9C;
}
</style>
border-color css
<style>
span { border-color: #53CA9C; }
span { border-color: rgb(83,202,156); }
td.TdClassName
{
border-color: #53CA9C;
}
.TagClassName
{
border-color: #53CA9C;
}
</style>