Shades of Puerto Rico #52C09C
Tints of Puerto Rico #52C09C
RGB
CMYK
RGB Variations
Color information
#52C09C (or 0x52C09C) is known color: Puerto Rico. HEX triplet: 52, C0 and 9C. RGB value is (82,192,156). Sum of RGB (Red+Green+Blue) = 82+192+156=430 (56% of max value = 765). Red value is 82 (32.42% from 255 or 19.07% from 430); Green value is 192 (75.39% from 255 or 44.65% from 430); Blue value is 156 (61.33% from 255 or 36.28% from 430); Max value from RGB is 192 - color contains mainly: green. Hex color #52C09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C09C is #AD3F63. Grayscale: #9B9B9B. Windows color (decimal): -11353956 or 10272850. OLE color: 10272850.
HSL color Cylindrical-coordinate representation of color #52C09C: hue angle of 160.36º degrees, saturation: 0.47, 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 #52C09C is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 82 | 192 | 156 | - |
| CMYK | 0.57 | 0 | 0.19 | 0.25 |
| HSL | 160.36º | 0.47% | 0.54% | - |
| HSV(B) | 160.36º | 0.57% | 0.75% | - |
| XYZ | 28.33 | 41.89 | 38.05 | - |
| YUV | 155.01 | 128.56 | 75.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 192 | 156 | 0.57 | 0 | 0.19 | 0.25 | 160.36 | 0.47 | 0.54 |
| Hex | 52 | C0 | 9C | 39 | 0 | 13 | 19 | A0 | 2F | 36 |
| Octal | 122 | 300 | 234 | 71 | 0 | 23 | 31 | 240 | 57 | 66 |
| Binary | 1010010 | 11000000 | 10011100 | 111001 | 0 | 10011 | 11001 | 10100000 | 101111 | 110110 |
Color Harmonies of #52C09C
Complementary color
Monochromatic Colors of #52C09C
Black with #52C09C
Text Example
Text Example
White with #52C09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C09C; }
p { color: rgb(82,192,156); }
H1.HeaderClassName
{
color: #52C09C;
}
.AnyTagClassName
{
color: #52C09C;
}
</style>
background-color css
<style>
a { background-color: #52C09C; }
a { background-color: rgb(82,192,156); }
div.DivClassName
{
background-color: #52C09C;
}
.BgClassName
{
background-color: #52C09C;
}
</style>
border-color css
<style>
span { border-color: #52C09C; }
span { border-color: rgb(82,192,156); }
td.TdClassName
{
border-color: #52C09C;
}
.TagClassName
{
border-color: #52C09C;
}
</style>