Shades of Puerto Rico #53C0A7
Tints of Puerto Rico #53C0A7
RGB
CMYK
RGB Variations
Color information
#53C0A7 (or 0x53C0A7) is known color: Puerto Rico. HEX triplet: 53, C0 and A7. RGB value is (83,192,167). Sum of RGB (Red+Green+Blue) = 83+192+167=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C0A7 is #AC3F58. Grayscale: #9C9C9C. Windows color (decimal): -11288409 or 10993747. OLE color: 10993747.
HSL color Cylindrical-coordinate representation of color #53C0A7: hue angle of 166.24º 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 #53C0A7 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 167 | - |
| CMYK | 0.57 | 0 | 0.13 | 0.25 |
| HSL | 166.24º | 0.46% | 0.54% | - |
| HSV(B) | 166.24º | 0.57% | 0.75% | - |
| XYZ | 29.39 | 42.33 | 43.18 | - |
| YUV | 156.56 | 133.89 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 167 | 0.57 | 0 | 0.13 | 0.25 | 166.24 | 0.46 | 0.54 |
| Hex | 53 | C0 | A7 | 39 | 0 | D | 19 | A6 | 2E | 36 |
| Octal | 123 | 300 | 247 | 71 | 0 | 15 | 31 | 246 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10100111 | 111001 | 0 | 1101 | 11001 | 10100110 | 101110 | 110110 |
Color Harmonies of #53C0A7
Complementary color
Monochromatic Colors of #53C0A7
Black with #53C0A7
Text Example
Text Example
White with #53C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0A7; }
p { color: rgb(83,192,167); }
H1.HeaderClassName
{
color: #53C0A7;
}
.AnyTagClassName
{
color: #53C0A7;
}
</style>
background-color css
<style>
a { background-color: #53C0A7; }
a { background-color: rgb(83,192,167); }
div.DivClassName
{
background-color: #53C0A7;
}
.BgClassName
{
background-color: #53C0A7;
}
</style>
border-color css
<style>
span { border-color: #53C0A7; }
span { border-color: rgb(83,192,167); }
td.TdClassName
{
border-color: #53C0A7;
}
.TagClassName
{
border-color: #53C0A7;
}
</style>