Shades of Puerto Rico #52CBB4
Tints of Puerto Rico #52CBB4
RGB
CMYK
RGB Variations
Color information
#52CBB4 (or 0x52CBB4) is known color: Puerto Rico. HEX triplet: 52, CB and B4. RGB value is (82,203,180). Sum of RGB (Red+Green+Blue) = 82+203+180=465 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.63% from 465); Green value is 203 (79.69% from 255 or 43.66% from 465); Blue value is 180 (70.70% from 255 or 38.71% from 465); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CBB4 is #AD344B. Grayscale: #A4A4A4. Windows color (decimal): -11351116 or 11848530. OLE color: 11848530.
HSL color Cylindrical-coordinate representation of color #52CBB4: hue angle of 168.6º 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 #52CBB4 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 180 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.20 |
| HSL | 168.6º | 0.54% | 0.56% | - |
| HSV(B) | 168.6º | 0.6% | 0.8% | - |
| XYZ | 33.07 | 47.8 | 50.66 | - |
| YUV | 164.2 | 136.91 | 69.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 180 | 0.60 | 0 | 0.11 | 0.20 | 168.6 | 0.54 | 0.56 |
| Hex | 52 | CB | B4 | 3C | 0 | B | 14 | A9 | 36 | 38 |
| Octal | 122 | 313 | 264 | 74 | 0 | 13 | 24 | 251 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10110100 | 111100 | 0 | 1011 | 10100 | 10101001 | 110110 | 111000 |
Color Harmonies of #52CBB4
Complementary color
Monochromatic Colors of #52CBB4
Black with #52CBB4
Text Example
Text Example
White with #52CBB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBB4; }
p { color: rgb(82,203,180); }
H1.HeaderClassName
{
color: #52CBB4;
}
.AnyTagClassName
{
color: #52CBB4;
}
</style>
background-color css
<style>
a { background-color: #52CBB4; }
a { background-color: rgb(82,203,180); }
div.DivClassName
{
background-color: #52CBB4;
}
.BgClassName
{
background-color: #52CBB4;
}
</style>
border-color css
<style>
span { border-color: #52CBB4; }
span { border-color: rgb(82,203,180); }
td.TdClassName
{
border-color: #52CBB4;
}
.TagClassName
{
border-color: #52CBB4;
}
</style>