Shades of Puerto Rico #53C0B4
Tints of Puerto Rico #53C0B4
RGB
CMYK
RGB Variations
Color information
#53C0B4 (or 0x53C0B4) is known color: Puerto Rico. HEX triplet: 53, C0 and B4. RGB value is (83,192,180). Sum of RGB (Red+Green+Blue) = 83+192+180=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 192 (75.39% from 255 or 42.20% from 455); Blue value is 180 (70.70% from 255 or 39.56% from 455); Max value from RGB is 192 - color contains mainly: green. Hex color #53C0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C0B4 is #AC3F4B. Grayscale: #9D9D9D. Windows color (decimal): -11288396 or 11845715. OLE color: 11845715.
HSL color Cylindrical-coordinate representation of color #53C0B4: hue angle of 173.39º 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 #53C0B4 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 192 | 180 | - |
| CMYK | 0.57 | 0 | 0.06 | 0.25 |
| HSL | 173.39º | 0.46% | 0.54% | - |
| HSV(B) | 173.39º | 0.57% | 0.75% | - |
| XYZ | 30.66 | 42.83 | 49.83 | - |
| YUV | 158.04 | 140.39 | 74.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 192 | 180 | 0.57 | 0 | 0.06 | 0.25 | 173.39 | 0.46 | 0.54 |
| Hex | 53 | C0 | B4 | 39 | 0 | 6 | 19 | AD | 2E | 36 |
| Octal | 123 | 300 | 264 | 71 | 0 | 6 | 31 | 255 | 56 | 66 |
| Binary | 1010011 | 11000000 | 10110100 | 111001 | 0 | 110 | 11001 | 10101101 | 101110 | 110110 |
Color Harmonies of #53C0B4
Complementary color
Monochromatic Colors of #53C0B4
Black with #53C0B4
Text Example
Text Example
White with #53C0B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53C0B4; }
p { color: rgb(83,192,180); }
H1.HeaderClassName
{
color: #53C0B4;
}
.AnyTagClassName
{
color: #53C0B4;
}
</style>
background-color css
<style>
a { background-color: #53C0B4; }
a { background-color: rgb(83,192,180); }
div.DivClassName
{
background-color: #53C0B4;
}
.BgClassName
{
background-color: #53C0B4;
}
</style>
border-color css
<style>
span { border-color: #53C0B4; }
span { border-color: rgb(83,192,180); }
td.TdClassName
{
border-color: #53C0B4;
}
.TagClassName
{
border-color: #53C0B4;
}
</style>