Shades of Puerto Rico #52BFB2
Tints of Puerto Rico #52BFB2
RGB
CMYK
RGB Variations
Color information
#52BFB2 (or 0x52BFB2) is known color: Puerto Rico. HEX triplet: 52, BF and B2. RGB value is (82,191,178). Sum of RGB (Red+Green+Blue) = 82+191+178=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 191 (75% from 255 or 42.35% from 451); Blue value is 178 (69.92% from 255 or 39.47% from 451); Max value from RGB is 191 - color contains mainly: green. Hex color #52BFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BFB2 is #AD404D. Grayscale: #9C9C9C. Windows color (decimal): -11354190 or 11714386. OLE color: 11714386.
HSL color Cylindrical-coordinate representation of color #52BFB2: hue angle of 172.84º 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 #52BFB2 is Cyan = 0.57, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 191 | 178 | - |
| CMYK | 0.57 | 0 | 0.07 | 0.25 |
| HSL | 172.84º | 0.46% | 0.54% | - |
| HSV(B) | 172.84º | 0.57% | 0.75% | - |
| XYZ | 30.15 | 42.27 | 48.69 | - |
| YUV | 156.93 | 139.89 | 74.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 191 | 178 | 0.57 | 0 | 0.07 | 0.25 | 172.84 | 0.46 | 0.54 |
| Hex | 52 | BF | B2 | 39 | 0 | 7 | 19 | AD | 2E | 36 |
| Octal | 122 | 277 | 262 | 71 | 0 | 7 | 31 | 255 | 56 | 66 |
| Binary | 1010010 | 10111111 | 10110010 | 111001 | 0 | 111 | 11001 | 10101101 | 101110 | 110110 |
Color Harmonies of #52BFB2
Complementary color
Monochromatic Colors of #52BFB2
Black with #52BFB2
Text Example
Text Example
White with #52BFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52BFB2; }
p { color: rgb(82,191,178); }
H1.HeaderClassName
{
color: #52BFB2;
}
.AnyTagClassName
{
color: #52BFB2;
}
</style>
background-color css
<style>
a { background-color: #52BFB2; }
a { background-color: rgb(82,191,178); }
div.DivClassName
{
background-color: #52BFB2;
}
.BgClassName
{
background-color: #52BFB2;
}
</style>
border-color css
<style>
span { border-color: #52BFB2; }
span { border-color: rgb(82,191,178); }
td.TdClassName
{
border-color: #52BFB2;
}
.TagClassName
{
border-color: #52BFB2;
}
</style>