Shades of Puerto Rico #53BCA0
Tints of Puerto Rico #53BCA0
RGB
CMYK
RGB Variations
Color information
#53BCA0 (or 0x53BCA0) is known color: Puerto Rico. HEX triplet: 53, BC and A0. RGB value is (83,188,160). Sum of RGB (Red+Green+Blue) = 83+188+160=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCA0 is #AC435F. Grayscale: #999999. Windows color (decimal): -11289440 or 10533971. OLE color: 10533971.
HSL color Cylindrical-coordinate representation of color #53BCA0: hue angle of 164º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BCA0 is Cyan = 0.56, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 160 | - |
| CMYK | 0.56 | 0 | 0.15 | 0.26 |
| HSL | 164º | 0.44% | 0.53% | - |
| HSV(B) | 164º | 0.56% | 0.74% | - |
| XYZ | 27.9 | 40.34 | 39.57 | - |
| YUV | 153.41 | 131.71 | 77.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 160 | 0.56 | 0 | 0.15 | 0.26 | 164 | 0.44 | 0.53 |
| Hex | 53 | BC | A0 | 38 | 0 | F | 1A | A4 | 2C | 35 |
| Octal | 123 | 274 | 240 | 70 | 0 | 17 | 32 | 244 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10100000 | 111000 | 0 | 1111 | 11010 | 10100100 | 101100 | 110101 |
Color Harmonies of #53BCA0
Complementary color
Monochromatic Colors of #53BCA0
Black with #53BCA0
Text Example
Text Example
White with #53BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCA0; }
p { color: rgb(83,188,160); }
H1.HeaderClassName
{
color: #53BCA0;
}
.AnyTagClassName
{
color: #53BCA0;
}
</style>
background-color css
<style>
a { background-color: #53BCA0; }
a { background-color: rgb(83,188,160); }
div.DivClassName
{
background-color: #53BCA0;
}
.BgClassName
{
background-color: #53BCA0;
}
</style>
border-color css
<style>
span { border-color: #53BCA0; }
span { border-color: rgb(83,188,160); }
td.TdClassName
{
border-color: #53BCA0;
}
.TagClassName
{
border-color: #53BCA0;
}
</style>