Shades of Puerto Rico #53CB9D
Tints of Puerto Rico #53CB9D
RGB
CMYK
RGB Variations
Color information
#53CB9D (or 0x53CB9D) is known color: Puerto Rico. HEX triplet: 53, CB and 9D. RGB value is (83,203,157). Sum of RGB (Red+Green+Blue) = 83+203+157=443 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.74% from 443); Green value is 203 (79.69% from 255 or 45.82% from 443); Blue value is 157 (61.72% from 255 or 35.44% from 443); Max value from RGB is 203 - color contains mainly: green. Hex color #53CB9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53CB9D is #AC3462. Grayscale: #A1A1A1. Windows color (decimal): -11285603 or 10341203. OLE color: 10341203.
HSL color Cylindrical-coordinate representation of color #53CB9D: hue angle of 157º 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 #53CB9D is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 203 | 157 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.20 |
| HSL | 157º | 0.54% | 0.56% | - |
| HSV(B) | 157º | 0.59% | 0.8% | - |
| XYZ | 31.01 | 46.99 | 39.33 | - |
| YUV | 161.88 | 125.24 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 203 | 157 | 0.59 | 0 | 0.23 | 0.20 | 157 | 0.54 | 0.56 |
| Hex | 53 | CB | 9D | 3B | 0 | 17 | 14 | 9D | 36 | 38 |
| Octal | 123 | 313 | 235 | 73 | 0 | 27 | 24 | 235 | 66 | 70 |
| Binary | 1010011 | 11001011 | 10011101 | 111011 | 0 | 10111 | 10100 | 10011101 | 110110 | 111000 |
Color Harmonies of #53CB9D
Complementary color
Monochromatic Colors of #53CB9D
Black with #53CB9D
Text Example
Text Example
White with #53CB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53CB9D; }
p { color: rgb(83,203,157); }
H1.HeaderClassName
{
color: #53CB9D;
}
.AnyTagClassName
{
color: #53CB9D;
}
</style>
background-color css
<style>
a { background-color: #53CB9D; }
a { background-color: rgb(83,203,157); }
div.DivClassName
{
background-color: #53CB9D;
}
.BgClassName
{
background-color: #53CB9D;
}
</style>
border-color css
<style>
span { border-color: #53CB9D; }
span { border-color: rgb(83,203,157); }
td.TdClassName
{
border-color: #53CB9D;
}
.TagClassName
{
border-color: #53CB9D;
}
</style>