Shades of Puerto Rico #53BFA2
Tints of Puerto Rico #53BFA2
RGB
CMYK
RGB Variations
Color information
#53BFA2 (or 0x53BFA2) is known color: Puerto Rico. HEX triplet: 53, BF and A2. RGB value is (83,191,162). Sum of RGB (Red+Green+Blue) = 83+191+162=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 191 (75% from 255 or 43.81% from 436); Blue value is 162 (63.67% from 255 or 37.16% from 436); Max value from RGB is 191 - color contains mainly: green. Hex color #53BFA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BFA2 is #AC405D. Grayscale: #9B9B9B. Windows color (decimal): -11288670 or 10665811. OLE color: 10665811.
HSL color Cylindrical-coordinate representation of color #53BFA2: hue angle of 163.89º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53BFA2 is Cyan = 0.57, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 191 | 162 | - |
| CMYK | 0.57 | 0 | 0.15 | 0.25 |
| HSL | 163.89º | 0.46% | 0.54% | - |
| HSV(B) | 163.89º | 0.57% | 0.75% | - |
| XYZ | 28.72 | 41.71 | 40.72 | - |
| YUV | 155.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 191 | 162 | 0.57 | 0 | 0.15 | 0.25 | 163.89 | 0.46 | 0.54 |
| Hex | 53 | BF | A2 | 39 | 0 | F | 19 | A4 | 2E | 36 |
| Octal | 123 | 277 | 242 | 71 | 0 | 17 | 31 | 244 | 56 | 66 |
| Binary | 1010011 | 10111111 | 10100010 | 111001 | 0 | 1111 | 11001 | 10100100 | 101110 | 110110 |
Color Harmonies of #53BFA2
Complementary color
Monochromatic Colors of #53BFA2
Black with #53BFA2
Text Example
Text Example
White with #53BFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BFA2; }
p { color: rgb(83,191,162); }
H1.HeaderClassName
{
color: #53BFA2;
}
.AnyTagClassName
{
color: #53BFA2;
}
</style>
background-color css
<style>
a { background-color: #53BFA2; }
a { background-color: rgb(83,191,162); }
div.DivClassName
{
background-color: #53BFA2;
}
.BgClassName
{
background-color: #53BFA2;
}
</style>
border-color css
<style>
span { border-color: #53BFA2; }
span { border-color: rgb(83,191,162); }
td.TdClassName
{
border-color: #53BFA2;
}
.TagClassName
{
border-color: #53BFA2;
}
</style>