Shades of Puerto Rico #52BCB5
Tints of Puerto Rico #52BCB5
RGB
CMYK
RGB Variations
Color information
#52BCB5 (or 0x52BCB5) is known color: Puerto Rico. HEX triplet: 52, BC and B5. RGB value is (82,188,181). Sum of RGB (Red+Green+Blue) = 82+188+181=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 181 (71.09% from 255 or 40.13% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #52BCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BCB5 is #AD434A. Grayscale: #9B9B9B. Windows color (decimal): -11354955 or 11910226. OLE color: 11910226.
HSL color Cylindrical-coordinate representation of color #52BCB5: hue angle of 176.04º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BCB5 is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 82 | 188 | 181 | - |
| CMYK | 0.56 | 0 | 0.04 | 0.26 |
| HSL | 176.04º | 0.44% | 0.53% | - |
| HSV(B) | 176.04º | 0.56% | 0.74% | - |
| XYZ | 29.8 | 41.1 | 50.08 | - |
| YUV | 155.51 | 142.38 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 188 | 181 | 0.56 | 0 | 0.04 | 0.26 | 176.04 | 0.44 | 0.53 |
| Hex | 52 | BC | B5 | 38 | 0 | 4 | 1A | B0 | 2C | 35 |
| Octal | 122 | 274 | 265 | 70 | 0 | 4 | 32 | 260 | 54 | 65 |
| Binary | 1010010 | 10111100 | 10110101 | 111000 | 0 | 100 | 11010 | 10110000 | 101100 | 110101 |
Color Harmonies of #52BCB5
Complementary color
Monochromatic Colors of #52BCB5
Black with #52BCB5
Text Example
Text Example
White with #52BCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BCB5; }
p { color: rgb(82,188,181); }
H1.HeaderClassName
{
color: #52BCB5;
}
.AnyTagClassName
{
color: #52BCB5;
}
</style>
background-color css
<style>
a { background-color: #52BCB5; }
a { background-color: rgb(82,188,181); }
div.DivClassName
{
background-color: #52BCB5;
}
.BgClassName
{
background-color: #52BCB5;
}
</style>
border-color css
<style>
span { border-color: #52BCB5; }
span { border-color: rgb(82,188,181); }
td.TdClassName
{
border-color: #52BCB5;
}
.TagClassName
{
border-color: #52BCB5;
}
</style>