Shades of Puerto Rico #53C8A1
Tints of Puerto Rico #53C8A1
RGB
CMYK
RGB Variations
Color information
#53C8A1 (or 0x53C8A1) is known color: Puerto Rico. HEX triplet: 53, C8 and A1. RGB value is (83,200,161). Sum of RGB (Red+Green+Blue) = 83+200+161=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 200 (78.52% from 255 or 45.05% from 444); Blue value is 161 (63.28% from 255 or 36.26% from 444); Max value from RGB is 200 - color contains mainly: green. Hex color #53C8A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53C8A1 is #AC375E. Grayscale: #A0A0A0. Windows color (decimal): -11286367 or 10602579. OLE color: 10602579.
HSL color Cylindrical-coordinate representation of color #53C8A1: hue angle of 160º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C8A1 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 83 | 200 | 161 | - |
| CMYK | 0.58 | 0 | 0.19 | 0.22 |
| HSL | 160º | 0.52% | 0.55% | - |
| HSV(B) | 160º | 0.59% | 0.78% | - |
| XYZ | 30.65 | 45.72 | 40.93 | - |
| YUV | 160.57 | 128.24 | 72.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 200 | 161 | 0.58 | 0 | 0.19 | 0.22 | 160 | 0.52 | 0.55 |
| Hex | 53 | C8 | A1 | 3A | 0 | 13 | 16 | A0 | 34 | 37 |
| Octal | 123 | 310 | 241 | 72 | 0 | 23 | 26 | 240 | 64 | 67 |
| Binary | 1010011 | 11001000 | 10100001 | 111010 | 0 | 10011 | 10110 | 10100000 | 110100 | 110111 |
Color Harmonies of #53C8A1
Complementary color
Monochromatic Colors of #53C8A1
Black with #53C8A1
Text Example
Text Example
White with #53C8A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C8A1; }
p { color: rgb(83,200,161); }
H1.HeaderClassName
{
color: #53C8A1;
}
.AnyTagClassName
{
color: #53C8A1;
}
</style>
background-color css
<style>
a { background-color: #53C8A1; }
a { background-color: rgb(83,200,161); }
div.DivClassName
{
background-color: #53C8A1;
}
.BgClassName
{
background-color: #53C8A1;
}
</style>
border-color css
<style>
span { border-color: #53C8A1; }
span { border-color: rgb(83,200,161); }
td.TdClassName
{
border-color: #53C8A1;
}
.TagClassName
{
border-color: #53C8A1;
}
</style>