Shades of Puerto Rico #53BEA8
Tints of Puerto Rico #53BEA8
RGB
CMYK
RGB Variations
Color information
#53BEA8 (or 0x53BEA8) is known color: Puerto Rico. HEX triplet: 53, BE and A8. RGB value is (83,190,168). Sum of RGB (Red+Green+Blue) = 83+190+168=441 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.82% from 441); Green value is 190 (74.61% from 255 or 43.08% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53BEA8 is #AC4157. Grayscale: #9B9B9B. Windows color (decimal): -11288920 or 11058771. OLE color: 11058771.
HSL color Cylindrical-coordinate representation of color #53BEA8: hue angle of 167.66º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BEA8 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 83 | 190 | 168 | - |
| CMYK | 0.56 | 0 | 0.12 | 0.25 |
| HSL | 167.66º | 0.45% | 0.54% | - |
| HSV(B) | 167.66º | 0.56% | 0.75% | - |
| XYZ | 29.05 | 41.49 | 43.52 | - |
| YUV | 155.5 | 135.05 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 190 | 168 | 0.56 | 0 | 0.12 | 0.25 | 167.66 | 0.45 | 0.54 |
| Hex | 53 | BE | A8 | 38 | 0 | C | 19 | A8 | 2D | 36 |
| Octal | 123 | 276 | 250 | 70 | 0 | 14 | 31 | 250 | 55 | 66 |
| Binary | 1010011 | 10111110 | 10101000 | 111000 | 0 | 1100 | 11001 | 10101000 | 101101 | 110110 |
Color Harmonies of #53BEA8
Complementary color
Monochromatic Colors of #53BEA8
Black with #53BEA8
Text Example
Text Example
White with #53BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53BEA8; }
p { color: rgb(83,190,168); }
H1.HeaderClassName
{
color: #53BEA8;
}
.AnyTagClassName
{
color: #53BEA8;
}
</style>
background-color css
<style>
a { background-color: #53BEA8; }
a { background-color: rgb(83,190,168); }
div.DivClassName
{
background-color: #53BEA8;
}
.BgClassName
{
background-color: #53BEA8;
}
</style>
border-color css
<style>
span { border-color: #53BEA8; }
span { border-color: rgb(83,190,168); }
td.TdClassName
{
border-color: #53BEA8;
}
.TagClassName
{
border-color: #53BEA8;
}
</style>