Shades of Puerto Rico #52CBB0
Tints of Puerto Rico #52CBB0
RGB
CMYK
RGB Variations
Color information
#52CBB0 (or 0x52CBB0) is known color: Puerto Rico. HEX triplet: 52, CB and B0. RGB value is (82,203,176). Sum of RGB (Red+Green+Blue) = 82+203+176=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 203 (79.69% from 255 or 44.03% from 461); Blue value is 176 (69.14% from 255 or 38.18% from 461); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CBB0 is #AD344F. Grayscale: #A3A3A3. Windows color (decimal): -11351120 or 11586386. OLE color: 11586386.
HSL color Cylindrical-coordinate representation of color #52CBB0: hue angle of 166.61º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CBB0 is Cyan = 0.60, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 176 | - |
| CMYK | 0.60 | 0 | 0.13 | 0.20 |
| HSL | 166.61º | 0.54% | 0.56% | - |
| HSV(B) | 166.61º | 0.6% | 0.8% | - |
| XYZ | 32.67 | 47.64 | 48.55 | - |
| YUV | 163.74 | 134.91 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 176 | 0.60 | 0 | 0.13 | 0.20 | 166.61 | 0.54 | 0.56 |
| Hex | 52 | CB | B0 | 3C | 0 | D | 14 | A7 | 36 | 38 |
| Octal | 122 | 313 | 260 | 74 | 0 | 15 | 24 | 247 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10110000 | 111100 | 0 | 1101 | 10100 | 10100111 | 110110 | 111000 |
Color Harmonies of #52CBB0
Complementary color
Monochromatic Colors of #52CBB0
Black with #52CBB0
Text Example
Text Example
White with #52CBB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBB0; }
p { color: rgb(82,203,176); }
H1.HeaderClassName
{
color: #52CBB0;
}
.AnyTagClassName
{
color: #52CBB0;
}
</style>
background-color css
<style>
a { background-color: #52CBB0; }
a { background-color: rgb(82,203,176); }
div.DivClassName
{
background-color: #52CBB0;
}
.BgClassName
{
background-color: #52CBB0;
}
</style>
border-color css
<style>
span { border-color: #52CBB0; }
span { border-color: rgb(82,203,176); }
td.TdClassName
{
border-color: #52CBB0;
}
.TagClassName
{
border-color: #52CBB0;
}
</style>