Shades of Puerto Rico #52CA9C
Tints of Puerto Rico #52CA9C
RGB
CMYK
RGB Variations
Color information
#52CA9C (or 0x52CA9C) is known color: Puerto Rico. HEX triplet: 52, CA and 9C. RGB value is (82,202,156). Sum of RGB (Red+Green+Blue) = 82+202+156=440 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.64% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #52CA9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CA9C is #AD3563. Grayscale: #A0A0A0. Windows color (decimal): -11351396 or 10275410. OLE color: 10275410.
HSL color Cylindrical-coordinate representation of color #52CA9C: hue angle of 157º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CA9C is Cyan = 0.59, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 202 | 156 | - |
| CMYK | 0.59 | 0 | 0.23 | 0.21 |
| HSL | 157º | 0.53% | 0.56% | - |
| HSV(B) | 157º | 0.59% | 0.79% | - |
| XYZ | 30.6 | 46.44 | 38.8 | - |
| YUV | 160.88 | 125.24 | 71.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 202 | 156 | 0.59 | 0 | 0.23 | 0.21 | 157 | 0.53 | 0.56 |
| Hex | 52 | CA | 9C | 3B | 0 | 17 | 15 | 9D | 35 | 38 |
| Octal | 122 | 312 | 234 | 73 | 0 | 27 | 25 | 235 | 65 | 70 |
| Binary | 1010010 | 11001010 | 10011100 | 111011 | 0 | 10111 | 10101 | 10011101 | 110101 | 111000 |
Color Harmonies of #52CA9C
Complementary color
Monochromatic Colors of #52CA9C
Black with #52CA9C
Text Example
Text Example
White with #52CA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CA9C; }
p { color: rgb(82,202,156); }
H1.HeaderClassName
{
color: #52CA9C;
}
.AnyTagClassName
{
color: #52CA9C;
}
</style>
background-color css
<style>
a { background-color: #52CA9C; }
a { background-color: rgb(82,202,156); }
div.DivClassName
{
background-color: #52CA9C;
}
.BgClassName
{
background-color: #52CA9C;
}
</style>
border-color css
<style>
span { border-color: #52CA9C; }
span { border-color: rgb(82,202,156); }
td.TdClassName
{
border-color: #52CA9C;
}
.TagClassName
{
border-color: #52CA9C;
}
</style>