Shades of Puerto Rico #53BCA2
Tints of Puerto Rico #53BCA2
RGB
CMYK
RGB Variations
Color information
#53BCA2 (or 0x53BCA2) is known color: Puerto Rico. HEX triplet: 53, BC and A2. RGB value is (83,188,162). Sum of RGB (Red+Green+Blue) = 83+188+162=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 162 (63.67% from 255 or 37.41% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BCA2 is #AC435D. Grayscale: #999999. Windows color (decimal): -11289438 or 10665043. OLE color: 10665043.
HSL color Cylindrical-coordinate representation of color #53BCA2: hue angle of 165.14º 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 #53BCA2 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 83 | 188 | 162 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.26 |
| HSL | 165.14º | 0.44% | 0.53% | - |
| HSV(B) | 165.14º | 0.56% | 0.74% | - |
| XYZ | 28.07 | 40.41 | 40.5 | - |
| YUV | 153.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 188 | 162 | 0.56 | 0 | 0.14 | 0.26 | 165.14 | 0.44 | 0.53 |
| Hex | 53 | BC | A2 | 38 | 0 | E | 1A | A5 | 2C | 35 |
| Octal | 123 | 274 | 242 | 70 | 0 | 16 | 32 | 245 | 54 | 65 |
| Binary | 1010011 | 10111100 | 10100010 | 111000 | 0 | 1110 | 11010 | 10100101 | 101100 | 110101 |
Color Harmonies of #53BCA2
Complementary color
Monochromatic Colors of #53BCA2
Black with #53BCA2
Text Example
Text Example
White with #53BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BCA2; }
p { color: rgb(83,188,162); }
H1.HeaderClassName
{
color: #53BCA2;
}
.AnyTagClassName
{
color: #53BCA2;
}
</style>
background-color css
<style>
a { background-color: #53BCA2; }
a { background-color: rgb(83,188,162); }
div.DivClassName
{
background-color: #53BCA2;
}
.BgClassName
{
background-color: #53BCA2;
}
</style>
border-color css
<style>
span { border-color: #53BCA2; }
span { border-color: rgb(83,188,162); }
td.TdClassName
{
border-color: #53BCA2;
}
.TagClassName
{
border-color: #53BCA2;
}
</style>