Shades of Puerto Rico #53CA98
Tints of Puerto Rico #53CA98
RGB
CMYK
RGB Variations
Color information
#53CA98 (or 0x53CA98) is known color: Puerto Rico. HEX triplet: 53, CA and 98. RGB value is (83,202,152). Sum of RGB (Red+Green+Blue) = 83+202+152=437 (57% of max value = 765). Red value is 83 (32.81% from 255 or 18.99% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #53CA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CA98 is #AC3567. Grayscale: #A0A0A0. Windows color (decimal): -11285864 or 10013267. OLE color: 10013267.
HSL color Cylindrical-coordinate representation of color #53CA98: hue angle of 154.79º 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 #53CA98 is Cyan = 0.59, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 202 | 152 | - |
| CMYK | 0.59 | 0 | 0.25 | 0.21 |
| HSL | 154.79º | 0.53% | 0.56% | - |
| HSV(B) | 154.79º | 0.59% | 0.79% | - |
| XYZ | 30.36 | 46.35 | 37.05 | - |
| YUV | 160.72 | 123.08 | 72.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 202 | 152 | 0.59 | 0 | 0.25 | 0.21 | 154.79 | 0.53 | 0.56 |
| Hex | 53 | CA | 98 | 3B | 0 | 19 | 15 | 9B | 35 | 38 |
| Octal | 123 | 312 | 230 | 73 | 0 | 31 | 25 | 233 | 65 | 70 |
| Binary | 1010011 | 11001010 | 10011000 | 111011 | 0 | 11001 | 10101 | 10011011 | 110101 | 111000 |
Color Harmonies of #53CA98
Complementary color
Monochromatic Colors of #53CA98
Black with #53CA98
Text Example
Text Example
White with #53CA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CA98; }
p { color: rgb(83,202,152); }
H1.HeaderClassName
{
color: #53CA98;
}
.AnyTagClassName
{
color: #53CA98;
}
</style>
background-color css
<style>
a { background-color: #53CA98; }
a { background-color: rgb(83,202,152); }
div.DivClassName
{
background-color: #53CA98;
}
.BgClassName
{
background-color: #53CA98;
}
</style>
border-color css
<style>
span { border-color: #53CA98; }
span { border-color: rgb(83,202,152); }
td.TdClassName
{
border-color: #53CA98;
}
.TagClassName
{
border-color: #53CA98;
}
</style>