Shades of Puerto Rico #53C09B
Tints of Puerto Rico #53C09B
RGB
CMYK
RGB Variations
Color information
#53C09B (or 0x53C09B) is known color: Puerto Rico. HEX triplet: 53, C0 and 9B. RGB value is (83,192,155). Sum of RGB (Red+Green+Blue) = 83+192+155=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #53C09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C09B is #AC3F64. Grayscale: #9B9B9B. Windows color (decimal): -11288421 or 10207315. OLE color: 10207315.
HSL color Cylindrical-coordinate representation of color #53C09B: hue angle of 159.63º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C09B is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 155 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.25 |
| HSL | 159.63º | 0.46% | 0.54% | - |
| HSV(B) | 159.63º | 0.57% | 0.75% | - |
| XYZ | 28.33 | 41.9 | 37.61 | - |
| YUV | 155.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 155 | 0.57 | 0 | 0.19 | 0.25 | 159.63 | 0.46 | 0.54 |
| Hex | 53 | C0 | 9B | 39 | 0 | 13 | 19 | A0 | 2E | 36 |
| Octal | 123 | 300 | 233 | 71 | 0 | 23 | 31 | 240 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10011011 | 111001 | 0 | 10011 | 11001 | 10100000 | 101110 | 110110 |
Color Harmonies of #53C09B
Complementary color
Monochromatic Colors of #53C09B
Black with #53C09B
Text Example
Text Example
White with #53C09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C09B; }
p { color: rgb(83,192,155); }
H1.HeaderClassName
{
color: #53C09B;
}
.AnyTagClassName
{
color: #53C09B;
}
</style>
background-color css
<style>
a { background-color: #53C09B; }
a { background-color: rgb(83,192,155); }
div.DivClassName
{
background-color: #53C09B;
}
.BgClassName
{
background-color: #53C09B;
}
</style>
border-color css
<style>
span { border-color: #53C09B; }
span { border-color: rgb(83,192,155); }
td.TdClassName
{
border-color: #53C09B;
}
.TagClassName
{
border-color: #53C09B;
}
</style>