Shades of Puerto Rico #53BBAF
Tints of Puerto Rico #53BBAF
RGB
CMYK
RGB Variations
Color information
#53BBAF (or 0x53BBAF) is known color: Puerto Rico. HEX triplet: 53, BB and AF. RGB value is (83,187,175). Sum of RGB (Red+Green+Blue) = 83+187+175=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 175 (68.75% from 255 or 39.33% from 445); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BBAF is #AC4450. Grayscale: #9A9A9A. Windows color (decimal): -11289681 or 11516755. OLE color: 11516755.
HSL color Cylindrical-coordinate representation of color #53BBAF: hue angle of 173.08º 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 #53BBAF is Cyan = 0.56, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 175 | - |
| CMYK | 0.56 | 0 | 0.06 | 0.27 |
| HSL | 173.08º | 0.43% | 0.53% | - |
| HSV(B) | 173.08º | 0.56% | 0.73% | - |
| XYZ | 29.08 | 40.47 | 46.84 | - |
| YUV | 154.54 | 139.54 | 76.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 175 | 0.56 | 0 | 0.06 | 0.27 | 173.08 | 0.43 | 0.53 |
| Hex | 53 | BB | AF | 38 | 0 | 6 | 1B | AD | 2B | 35 |
| Octal | 123 | 273 | 257 | 70 | 0 | 6 | 33 | 255 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10101111 | 111000 | 0 | 110 | 11011 | 10101101 | 101011 | 110101 |
Color Harmonies of #53BBAF
Complementary color
Monochromatic Colors of #53BBAF
Black with #53BBAF
Text Example
Text Example
White with #53BBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBAF; }
p { color: rgb(83,187,175); }
H1.HeaderClassName
{
color: #53BBAF;
}
.AnyTagClassName
{
color: #53BBAF;
}
</style>
background-color css
<style>
a { background-color: #53BBAF; }
a { background-color: rgb(83,187,175); }
div.DivClassName
{
background-color: #53BBAF;
}
.BgClassName
{
background-color: #53BBAF;
}
</style>
border-color css
<style>
span { border-color: #53BBAF; }
span { border-color: rgb(83,187,175); }
td.TdClassName
{
border-color: #53BBAF;
}
.TagClassName
{
border-color: #53BBAF;
}
</style>