Shades of Puerto Rico #52C8B1
Tints of Puerto Rico #52C8B1
RGB
CMYK
RGB Variations
Color information
#52C8B1 (or 0x52C8B1) is known color: Puerto Rico. HEX triplet: 52, C8 and B1. RGB value is (82,200,177). Sum of RGB (Red+Green+Blue) = 82+200+177=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 200 (78.52% from 255 or 43.57% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8B1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C8B1 is #AD374E. Grayscale: #A2A2A2. Windows color (decimal): -11351887 or 11651154. OLE color: 11651154.
HSL color Cylindrical-coordinate representation of color #52C8B1: hue angle of 168.31º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C8B1 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 177 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.22 |
| HSL | 168.31º | 0.52% | 0.55% | - |
| HSV(B) | 168.31º | 0.59% | 0.78% | - |
| XYZ | 32.07 | 46.28 | 48.84 | - |
| YUV | 162.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 177 | 0.59 | 0 | 0.12 | 0.22 | 168.31 | 0.52 | 0.55 |
| Hex | 52 | C8 | B1 | 3B | 0 | C | 16 | A8 | 34 | 37 |
| Octal | 122 | 310 | 261 | 73 | 0 | 14 | 26 | 250 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10110001 | 111011 | 0 | 1100 | 10110 | 10101000 | 110100 | 110111 |
Color Harmonies of #52C8B1
Complementary color
Monochromatic Colors of #52C8B1
Black with #52C8B1
Text Example
Text Example
White with #52C8B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8B1; }
p { color: rgb(82,200,177); }
H1.HeaderClassName
{
color: #52C8B1;
}
.AnyTagClassName
{
color: #52C8B1;
}
</style>
background-color css
<style>
a { background-color: #52C8B1; }
a { background-color: rgb(82,200,177); }
div.DivClassName
{
background-color: #52C8B1;
}
.BgClassName
{
background-color: #52C8B1;
}
</style>
border-color css
<style>
span { border-color: #52C8B1; }
span { border-color: rgb(82,200,177); }
td.TdClassName
{
border-color: #52C8B1;
}
.TagClassName
{
border-color: #52C8B1;
}
</style>