Shades of Puerto Rico #53BBA3
Tints of Puerto Rico #53BBA3
RGB
CMYK
RGB Variations
Color information
#53BBA3 (or 0x53BBA3) is known color: Puerto Rico. HEX triplet: 53, BB and A3. RGB value is (83,187,163). Sum of RGB (Red+Green+Blue) = 83+187+163=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 187 (73.44% from 255 or 43.19% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BBA3 is #AC445C. Grayscale: #999999. Windows color (decimal): -11289693 or 10730323. OLE color: 10730323.
HSL color Cylindrical-coordinate representation of color #53BBA3: hue angle of 166.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BBA3 is Cyan = 0.56, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 163 | - |
| CMYK | 0.56 | 0 | 0.13 | 0.27 |
| HSL | 166.15º | 0.43% | 0.53% | - |
| HSV(B) | 166.15º | 0.56% | 0.73% | - |
| XYZ | 27.95 | 40.02 | 40.9 | - |
| YUV | 153.17 | 133.54 | 77.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 163 | 0.56 | 0 | 0.13 | 0.27 | 166.15 | 0.43 | 0.53 |
| Hex | 53 | BB | A3 | 38 | 0 | D | 1B | A6 | 2B | 35 |
| Octal | 123 | 273 | 243 | 70 | 0 | 15 | 33 | 246 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10100011 | 111000 | 0 | 1101 | 11011 | 10100110 | 101011 | 110101 |
Color Harmonies of #53BBA3
Complementary color
Monochromatic Colors of #53BBA3
Black with #53BBA3
Text Example
Text Example
White with #53BBA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBA3; }
p { color: rgb(83,187,163); }
H1.HeaderClassName
{
color: #53BBA3;
}
.AnyTagClassName
{
color: #53BBA3;
}
</style>
background-color css
<style>
a { background-color: #53BBA3; }
a { background-color: rgb(83,187,163); }
div.DivClassName
{
background-color: #53BBA3;
}
.BgClassName
{
background-color: #53BBA3;
}
</style>
border-color css
<style>
span { border-color: #53BBA3; }
span { border-color: rgb(83,187,163); }
td.TdClassName
{
border-color: #53BBA3;
}
.TagClassName
{
border-color: #53BBA3;
}
</style>