Shades of Puerto Rico #53B5A6
Tints of Puerto Rico #53B5A6
RGB
CMYK
RGB Variations
Color information
#53B5A6 (or 0x53B5A6) is known color: Puerto Rico. HEX triplet: 53, B5 and A6. RGB value is (83,181,166). Sum of RGB (Red+Green+Blue) = 83+181+166=430 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.30% from 430); Green value is 181 (71.09% from 255 or 42.09% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 181 - color contains mainly: green. Hex color #53B5A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B5A6 is #AC4A59. Grayscale: #959595. Windows color (decimal): -11291226 or 10925395. OLE color: 10925395.
HSL color Cylindrical-coordinate representation of color #53B5A6: hue angle of 170.82º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B5A6 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 181 | 166 | - |
| CMYK | 0.54 | 0 | 0.08 | 0.29 |
| HSL | 170.82º | 0.4% | 0.52% | - |
| HSV(B) | 170.82º | 0.54% | 0.71% | - |
| XYZ | 26.97 | 37.64 | 41.92 | - |
| YUV | 149.99 | 137.03 | 80.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 181 | 166 | 0.54 | 0 | 0.08 | 0.29 | 170.82 | 0.4 | 0.52 |
| Hex | 53 | B5 | A6 | 36 | 0 | 8 | 1D | AB | 28 | 34 |
| Octal | 123 | 265 | 246 | 66 | 0 | 10 | 35 | 253 | 50 | 64 |
| Binary | 1010011 | 10110101 | 10100110 | 110110 | 0 | 1000 | 11101 | 10101011 | 101000 | 110100 |
Color Harmonies of #53B5A6
Complementary color
Monochromatic Colors of #53B5A6
Black with #53B5A6
Text Example
Text Example
White with #53B5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B5A6; }
p { color: rgb(83,181,166); }
H1.HeaderClassName
{
color: #53B5A6;
}
.AnyTagClassName
{
color: #53B5A6;
}
</style>
background-color css
<style>
a { background-color: #53B5A6; }
a { background-color: rgb(83,181,166); }
div.DivClassName
{
background-color: #53B5A6;
}
.BgClassName
{
background-color: #53B5A6;
}
</style>
border-color css
<style>
span { border-color: #53B5A6; }
span { border-color: rgb(83,181,166); }
td.TdClassName
{
border-color: #53B5A6;
}
.TagClassName
{
border-color: #53B5A6;
}
</style>