Shades of Puerto Rico #52C8AF
Tints of Puerto Rico #52C8AF
RGB
CMYK
RGB Variations
Color information
#52C8AF (or 0x52C8AF) is known color: Puerto Rico. HEX triplet: 52, C8 and AF. RGB value is (82,200,175). Sum of RGB (Red+Green+Blue) = 82+200+175=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 200 (78.52% from 255 or 43.76% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52C8AF is #AD3750. Grayscale: #A1A1A1. Windows color (decimal): -11351889 or 11520082. OLE color: 11520082.
HSL color Cylindrical-coordinate representation of color #52C8AF: hue angle of 167.29º 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 #52C8AF is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 82 | 200 | 175 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.22 |
| HSL | 167.29º | 0.52% | 0.55% | - |
| HSV(B) | 167.29º | 0.59% | 0.78% | - |
| XYZ | 31.87 | 46.2 | 47.79 | - |
| YUV | 161.87 | 135.41 | 71.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 200 | 175 | 0.59 | 0 | 0.12 | 0.22 | 167.29 | 0.52 | 0.55 |
| Hex | 52 | C8 | AF | 3B | 0 | C | 16 | A7 | 34 | 37 |
| Octal | 122 | 310 | 257 | 73 | 0 | 14 | 26 | 247 | 64 | 67 |
| Binary | 1010010 | 11001000 | 10101111 | 111011 | 0 | 1100 | 10110 | 10100111 | 110100 | 110111 |
Color Harmonies of #52C8AF
Complementary color
Monochromatic Colors of #52C8AF
Black with #52C8AF
Text Example
Text Example
White with #52C8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52C8AF; }
p { color: rgb(82,200,175); }
H1.HeaderClassName
{
color: #52C8AF;
}
.AnyTagClassName
{
color: #52C8AF;
}
</style>
background-color css
<style>
a { background-color: #52C8AF; }
a { background-color: rgb(82,200,175); }
div.DivClassName
{
background-color: #52C8AF;
}
.BgClassName
{
background-color: #52C8AF;
}
</style>
border-color css
<style>
span { border-color: #52C8AF; }
span { border-color: rgb(82,200,175); }
td.TdClassName
{
border-color: #52C8AF;
}
.TagClassName
{
border-color: #52C8AF;
}
</style>