Shades of Puerto Rico #53C399
Tints of Puerto Rico #53C399
RGB
CMYK
RGB Variations
Color information
#53C399 (or 0x53C399) is known color: Puerto Rico. HEX triplet: 53, C3 and 99. RGB value is (83,195,153). Sum of RGB (Red+Green+Blue) = 83+195+153=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 153 (60.16% from 255 or 35.50% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #53C399 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C399 is #AC3C66. Grayscale: #9C9C9C. Windows color (decimal): -11287655 or 10077011. OLE color: 10077011.
HSL color Cylindrical-coordinate representation of color #53C399: hue angle of 157.5º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C399 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 83 | 195 | 153 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.24 |
| HSL | 157.5º | 0.48% | 0.55% | - |
| HSV(B) | 157.5º | 0.57% | 0.76% | - |
| XYZ | 28.83 | 43.17 | 36.95 | - |
| YUV | 156.72 | 125.89 | 75.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 195 | 153 | 0.57 | 0 | 0.22 | 0.24 | 157.5 | 0.48 | 0.55 |
| Hex | 53 | C3 | 99 | 39 | 0 | 16 | 18 | 9E | 30 | 37 |
| Octal | 123 | 303 | 231 | 71 | 0 | 26 | 30 | 236 | 60 | 67 |
| Binary | 1010011 | 11000011 | 10011001 | 111001 | 0 | 10110 | 11000 | 10011110 | 110000 | 110111 |
Color Harmonies of #53C399
Complementary color
Monochromatic Colors of #53C399
Black with #53C399
Text Example
Text Example
White with #53C399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C399; }
p { color: rgb(83,195,153); }
H1.HeaderClassName
{
color: #53C399;
}
.AnyTagClassName
{
color: #53C399;
}
</style>
background-color css
<style>
a { background-color: #53C399; }
a { background-color: rgb(83,195,153); }
div.DivClassName
{
background-color: #53C399;
}
.BgClassName
{
background-color: #53C399;
}
</style>
border-color css
<style>
span { border-color: #53C399; }
span { border-color: rgb(83,195,153); }
td.TdClassName
{
border-color: #53C399;
}
.TagClassName
{
border-color: #53C399;
}
</style>