Shades of Puerto Rico #52BDB5
Tints of Puerto Rico #52BDB5
RGB
CMYK
RGB Variations
Color information
#52BDB5 (or 0x52BDB5) is known color: Puerto Rico. HEX triplet: 52, BD and B5. RGB value is (82,189,181). Sum of RGB (Red+Green+Blue) = 82+189+181=452 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.14% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 181 (71.09% from 255 or 40.04% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDB5 is #AD424A. Grayscale: #9C9C9C. Windows color (decimal): -11354699 or 11910482. OLE color: 11910482.
HSL color Cylindrical-coordinate representation of color #52BDB5: hue angle of 175.51º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BDB5 is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 189 | 181 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.26 |
| HSL | 175.51º | 0.45% | 0.53% | - |
| HSV(B) | 175.51º | 0.57% | 0.74% | - |
| XYZ | 30.02 | 41.53 | 50.15 | - |
| YUV | 156.1 | 142.05 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 189 | 181 | 0.57 | 0 | 0.04 | 0.26 | 175.51 | 0.45 | 0.53 |
| Hex | 52 | BD | B5 | 39 | 0 | 4 | 1A | B0 | 2D | 35 |
| Octal | 122 | 275 | 265 | 71 | 0 | 4 | 32 | 260 | 55 | 65 |
| Binary | 1010010 | 10111101 | 10110101 | 111001 | 0 | 100 | 11010 | 10110000 | 101101 | 110101 |
Color Harmonies of #52BDB5
Complementary color
Monochromatic Colors of #52BDB5
Black with #52BDB5
Text Example
Text Example
White with #52BDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BDB5; }
p { color: rgb(82,189,181); }
H1.HeaderClassName
{
color: #52BDB5;
}
.AnyTagClassName
{
color: #52BDB5;
}
</style>
background-color css
<style>
a { background-color: #52BDB5; }
a { background-color: rgb(82,189,181); }
div.DivClassName
{
background-color: #52BDB5;
}
.BgClassName
{
background-color: #52BDB5;
}
</style>
border-color css
<style>
span { border-color: #52BDB5; }
span { border-color: rgb(82,189,181); }
td.TdClassName
{
border-color: #52BDB5;
}
.TagClassName
{
border-color: #52BDB5;
}
</style>