Shades of Puerto Rico #53BBAC
Tints of Puerto Rico #53BBAC
RGB
CMYK
RGB Variations
Color information
#53BBAC (or 0x53BBAC) is known color: Puerto Rico. HEX triplet: 53, BB and AC. RGB value is (83,187,172). Sum of RGB (Red+Green+Blue) = 83+187+172=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 187 (73.44% from 255 or 42.31% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BBAC is #AC4453. Grayscale: #9A9A9A. Windows color (decimal): -11289684 or 11320147. OLE color: 11320147.
HSL color Cylindrical-coordinate representation of color #53BBAC: hue angle of 171.35º 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 #53BBAC is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 83 | 187 | 172 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.27 |
| HSL | 171.35º | 0.43% | 0.53% | - |
| HSV(B) | 171.35º | 0.56% | 0.73% | - |
| XYZ | 28.78 | 40.36 | 45.3 | - |
| YUV | 154.19 | 138.04 | 77.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 187 | 172 | 0.56 | 0 | 0.08 | 0.27 | 171.35 | 0.43 | 0.53 |
| Hex | 53 | BB | AC | 38 | 0 | 8 | 1B | AB | 2B | 35 |
| Octal | 123 | 273 | 254 | 70 | 0 | 10 | 33 | 253 | 53 | 65 |
| Binary | 1010011 | 10111011 | 10101100 | 111000 | 0 | 1000 | 11011 | 10101011 | 101011 | 110101 |
Color Harmonies of #53BBAC
Complementary color
Monochromatic Colors of #53BBAC
Black with #53BBAC
Text Example
Text Example
White with #53BBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BBAC; }
p { color: rgb(83,187,172); }
H1.HeaderClassName
{
color: #53BBAC;
}
.AnyTagClassName
{
color: #53BBAC;
}
</style>
background-color css
<style>
a { background-color: #53BBAC; }
a { background-color: rgb(83,187,172); }
div.DivClassName
{
background-color: #53BBAC;
}
.BgClassName
{
background-color: #53BBAC;
}
</style>
border-color css
<style>
span { border-color: #53BBAC; }
span { border-color: rgb(83,187,172); }
td.TdClassName
{
border-color: #53BBAC;
}
.TagClassName
{
border-color: #53BBAC;
}
</style>