Shades of Puerto Rico #53C99A
Tints of Puerto Rico #53C99A
RGB
CMYK
RGB Variations
Color information
#53C99A (or 0x53C99A) is known color: Puerto Rico. HEX triplet: 53, C9 and 9A. RGB value is (83,201,154). Sum of RGB (Red+Green+Blue) = 83+201+154=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 201 (78.91% from 255 or 45.89% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 201 - color contains mainly: green. Hex color #53C99A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C99A is #AC3665. Grayscale: #A0A0A0. Windows color (decimal): -11286118 or 10144083. OLE color: 10144083.
HSL color Cylindrical-coordinate representation of color #53C99A: hue angle of 156.1º degrees, saturation: 0.52, 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 #53C99A is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 201 | 154 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.21 |
| HSL | 156.1º | 0.52% | 0.56% | - |
| HSV(B) | 156.1º | 0.59% | 0.79% | - |
| XYZ | 30.29 | 45.95 | 37.84 | - |
| YUV | 160.36 | 124.41 | 72.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 201 | 154 | 0.59 | 0 | 0.23 | 0.21 | 156.1 | 0.52 | 0.56 |
| Hex | 53 | C9 | 9A | 3B | 0 | 17 | 15 | 9C | 34 | 38 |
| Octal | 123 | 311 | 232 | 73 | 0 | 27 | 25 | 234 | 64 | 70 |
| Binary | 1010011 | 11001001 | 10011010 | 111011 | 0 | 10111 | 10101 | 10011100 | 110100 | 111000 |
Color Harmonies of #53C99A
Complementary color
Monochromatic Colors of #53C99A
Black with #53C99A
Text Example
Text Example
White with #53C99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C99A; }
p { color: rgb(83,201,154); }
H1.HeaderClassName
{
color: #53C99A;
}
.AnyTagClassName
{
color: #53C99A;
}
</style>
background-color css
<style>
a { background-color: #53C99A; }
a { background-color: rgb(83,201,154); }
div.DivClassName
{
background-color: #53C99A;
}
.BgClassName
{
background-color: #53C99A;
}
</style>
border-color css
<style>
span { border-color: #53C99A; }
span { border-color: rgb(83,201,154); }
td.TdClassName
{
border-color: #53C99A;
}
.TagClassName
{
border-color: #53C99A;
}
</style>