Shades of Puerto Rico #52BEA8
Tints of Puerto Rico #52BEA8
RGB
CMYK
RGB Variations
Color information
#52BEA8 (or 0x52BEA8) is known color: Puerto Rico. HEX triplet: 52, BE and A8. RGB value is (82,190,168). Sum of RGB (Red+Green+Blue) = 82+190+168=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 190 (74.61% from 255 or 43.18% from 440); Blue value is 168 (66.02% from 255 or 38.18% from 440); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BEA8 is #AD4157. Grayscale: #9B9B9B. Windows color (decimal): -11354456 or 11058770. OLE color: 11058770.
HSL color Cylindrical-coordinate representation of color #52BEA8: hue angle of 167.78º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BEA8 is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 190 | 168 | - |
| CMYK | 0.57 | 0 | 0.12 | 0.25 |
| HSL | 167.78º | 0.45% | 0.53% | - |
| HSV(B) | 167.78º | 0.57% | 0.75% | - |
| XYZ | 28.96 | 41.45 | 43.52 | - |
| YUV | 155.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 190 | 168 | 0.57 | 0 | 0.12 | 0.25 | 167.78 | 0.45 | 0.53 |
| Hex | 52 | BE | A8 | 39 | 0 | C | 19 | A8 | 2D | 35 |
| Octal | 122 | 276 | 250 | 71 | 0 | 14 | 31 | 250 | 55 | 65 |
| Binary | 1010010 | 10111110 | 10101000 | 111001 | 0 | 1100 | 11001 | 10101000 | 101101 | 110101 |
Color Harmonies of #52BEA8
Complementary color
Monochromatic Colors of #52BEA8
Black with #52BEA8
Text Example
Text Example
White with #52BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BEA8; }
p { color: rgb(82,190,168); }
H1.HeaderClassName
{
color: #52BEA8;
}
.AnyTagClassName
{
color: #52BEA8;
}
</style>
background-color css
<style>
a { background-color: #52BEA8; }
a { background-color: rgb(82,190,168); }
div.DivClassName
{
background-color: #52BEA8;
}
.BgClassName
{
background-color: #52BEA8;
}
</style>
border-color css
<style>
span { border-color: #52BEA8; }
span { border-color: rgb(82,190,168); }
td.TdClassName
{
border-color: #52BEA8;
}
.TagClassName
{
border-color: #52BEA8;
}
</style>