Shades of Puerto Rico #53BBA1
Tints of Puerto Rico #53BBA1
RGB
CMYK
RGB Variations
Color information
#53BBA1 (or 0x53BBA1) is known color: Puerto Rico. HEX triplet: 53, BB and A1. RGB value is (83,187,161). Sum of RGB (Red+Green+Blue) = 83+187+161=431 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.26% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BBA1 is #AC445E. Grayscale: #989898. Windows color (decimal): -11289695 or 10599251. OLE color: 10599251.
HSL color Cylindrical-coordinate representation of color #53BBA1: hue angle of 165º 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 #53BBA1 is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 161 | - |
| CMYK | 0.56 | 0 | 0.14 | 0.27 |
| HSL | 165º | 0.43% | 0.53% | - |
| HSV(B) | 165º | 0.56% | 0.73% | - |
| XYZ | 27.77 | 39.95 | 39.97 | - |
| YUV | 152.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 161 | 0.56 | 0 | 0.14 | 0.27 | 165 | 0.43 | 0.53 |
| Hex | 53 | BB | A1 | 38 | 0 | E | 1B | A5 | 2B | 35 |
| Octal | 123 | 273 | 241 | 70 | 0 | 16 | 33 | 245 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10100001 | 111000 | 0 | 1110 | 11011 | 10100101 | 101011 | 110101 |
Color Harmonies of #53BBA1
Complementary color
Monochromatic Colors of #53BBA1
Black with #53BBA1
Text Example
Text Example
White with #53BBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBA1; }
p { color: rgb(83,187,161); }
H1.HeaderClassName
{
color: #53BBA1;
}
.AnyTagClassName
{
color: #53BBA1;
}
</style>
background-color css
<style>
a { background-color: #53BBA1; }
a { background-color: rgb(83,187,161); }
div.DivClassName
{
background-color: #53BBA1;
}
.BgClassName
{
background-color: #53BBA1;
}
</style>
border-color css
<style>
span { border-color: #53BBA1; }
span { border-color: rgb(83,187,161); }
td.TdClassName
{
border-color: #53BBA1;
}
.TagClassName
{
border-color: #53BBA1;
}
</style>