Shades of Puerto Rico #52A89A
Tints of Puerto Rico #52A89A
RGB
CMYK
RGB Variations
Color information
#52A89A (or 0x52A89A) is known color: Puerto Rico. HEX triplet: 52, A8 and 9A. RGB value is (82,168,154). Sum of RGB (Red+Green+Blue) = 82+168+154=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 168 (66.02% from 255 or 41.58% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 168 - color contains mainly: green. Hex color #52A89A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52A89A is #AD5765. Grayscale: #8C8C8C. Windows color (decimal): -11360102 or 10135634. OLE color: 10135634.
HSL color Cylindrical-coordinate representation of color #52A89A: hue angle of 170.23º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52A89A is Cyan = 0.51, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 82 | 168 | 154 | - |
| CMYK | 0.51 | 0 | 0.08 | 0.34 |
| HSL | 170.23º | 0.34% | 0.49% | - |
| HSV(B) | 170.23º | 0.51% | 0.66% | - |
| XYZ | 23.32 | 32.13 | 35.55 | - |
| YUV | 140.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 168 | 154 | 0.51 | 0 | 0.08 | 0.34 | 170.23 | 0.34 | 0.49 |
| Hex | 52 | A8 | 9A | 33 | 0 | 8 | 22 | AA | 22 | 31 |
| Octal | 122 | 250 | 232 | 63 | 0 | 10 | 42 | 252 | 42 | 61 |
| Binary | 1010010 | 10101000 | 10011010 | 110011 | 0 | 1000 | 100010 | 10101010 | 100010 | 110001 |
Color Harmonies of #52A89A
Complementary color
Monochromatic Colors of #52A89A
Black with #52A89A
Text Example
Text Example
White with #52A89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A89A; }
p { color: rgb(82,168,154); }
H1.HeaderClassName
{
color: #52A89A;
}
.AnyTagClassName
{
color: #52A89A;
}
</style>
background-color css
<style>
a { background-color: #52A89A; }
a { background-color: rgb(82,168,154); }
div.DivClassName
{
background-color: #52A89A;
}
.BgClassName
{
background-color: #52A89A;
}
</style>
border-color css
<style>
span { border-color: #52A89A; }
span { border-color: rgb(82,168,154); }
td.TdClassName
{
border-color: #52A89A;
}
.TagClassName
{
border-color: #52A89A;
}
</style>