Shades of Puerto Rico #52CBB5
Tints of Puerto Rico #52CBB5
RGB
CMYK
RGB Variations
Color information
#52CBB5 (or 0x52CBB5) is known color: Puerto Rico. HEX triplet: 52, CB and B5. RGB value is (82,203,181). Sum of RGB (Red+Green+Blue) = 82+203+181=466 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.60% from 466); Green value is 203 (79.69% from 255 or 43.56% from 466); Blue value is 181 (71.09% from 255 or 38.84% from 466); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBB5 is #AD344A. Grayscale: #A4A4A4. Windows color (decimal): -11351115 or 11914066. OLE color: 11914066.
HSL color Cylindrical-coordinate representation of color #52CBB5: hue angle of 169.09º 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 #52CBB5 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 181 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.20 |
| HSL | 169.09º | 0.54% | 0.56% | - |
| HSV(B) | 169.09º | 0.6% | 0.8% | - |
| XYZ | 33.18 | 47.84 | 51.2 | - |
| YUV | 164.31 | 137.41 | 69.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 181 | 0.60 | 0 | 0.11 | 0.20 | 169.09 | 0.54 | 0.56 |
| Hex | 52 | CB | B5 | 3C | 0 | B | 14 | A9 | 36 | 38 |
| Octal | 122 | 313 | 265 | 74 | 0 | 13 | 24 | 251 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10110101 | 111100 | 0 | 1011 | 10100 | 10101001 | 110110 | 111000 |
Color Harmonies of #52CBB5
Complementary color
Monochromatic Colors of #52CBB5
Black with #52CBB5
Text Example
Text Example
White with #52CBB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBB5; }
p { color: rgb(82,203,181); }
H1.HeaderClassName
{
color: #52CBB5;
}
.AnyTagClassName
{
color: #52CBB5;
}
</style>
background-color css
<style>
a { background-color: #52CBB5; }
a { background-color: rgb(82,203,181); }
div.DivClassName
{
background-color: #52CBB5;
}
.BgClassName
{
background-color: #52CBB5;
}
</style>
border-color css
<style>
span { border-color: #52CBB5; }
span { border-color: rgb(82,203,181); }
td.TdClassName
{
border-color: #52CBB5;
}
.TagClassName
{
border-color: #52CBB5;
}
</style>