Shades of Puerto Rico #52CBAF
Tints of Puerto Rico #52CBAF
RGB
CMYK
RGB Variations
Color information
#52CBAF (or 0x52CBAF) is known color: Puerto Rico. HEX triplet: 52, CB and AF. RGB value is (82,203,175). Sum of RGB (Red+Green+Blue) = 82+203+175=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 175 (68.75% from 255 or 38.04% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #52CBAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52CBAF is #AD3450. Grayscale: #A3A3A3. Windows color (decimal): -11351121 or 11520850. OLE color: 11520850.
HSL color Cylindrical-coordinate representation of color #52CBAF: hue angle of 166.12º 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 #52CBAF is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 203 | 175 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.20 |
| HSL | 166.12º | 0.54% | 0.56% | - |
| HSV(B) | 166.12º | 0.6% | 0.8% | - |
| XYZ | 32.57 | 47.6 | 48.03 | - |
| YUV | 163.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 203 | 175 | 0.60 | 0 | 0.14 | 0.20 | 166.12 | 0.54 | 0.56 |
| Hex | 52 | CB | AF | 3C | 0 | E | 14 | A6 | 36 | 38 |
| Octal | 122 | 313 | 257 | 74 | 0 | 16 | 24 | 246 | 66 | 70 |
| Binary | 1010010 | 11001011 | 10101111 | 111100 | 0 | 1110 | 10100 | 10100110 | 110110 | 111000 |
Color Harmonies of #52CBAF
Complementary color
Monochromatic Colors of #52CBAF
Black with #52CBAF
Text Example
Text Example
White with #52CBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52CBAF; }
p { color: rgb(82,203,175); }
H1.HeaderClassName
{
color: #52CBAF;
}
.AnyTagClassName
{
color: #52CBAF;
}
</style>
background-color css
<style>
a { background-color: #52CBAF; }
a { background-color: rgb(82,203,175); }
div.DivClassName
{
background-color: #52CBAF;
}
.BgClassName
{
background-color: #52CBAF;
}
</style>
border-color css
<style>
span { border-color: #52CBAF; }
span { border-color: rgb(82,203,175); }
td.TdClassName
{
border-color: #52CBAF;
}
.TagClassName
{
border-color: #52CBAF;
}
</style>