Shades of Puerto Rico #53B3AD
Tints of Puerto Rico #53B3AD
RGB
CMYK
RGB Variations
Color information
#53B3AD (or 0x53B3AD) is known color: Puerto Rico. HEX triplet: 53, B3 and AD. RGB value is (83,179,173). Sum of RGB (Red+Green+Blue) = 83+179+173=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 179 (70.31% from 255 or 41.15% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 179 - color contains mainly: green. Hex color #53B3AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B3AD is #AC4C52. Grayscale: #959595. Windows color (decimal): -11291731 or 11383635. OLE color: 11383635.
HSL color Cylindrical-coordinate representation of color #53B3AD: hue angle of 176.25º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #53B3AD is Cyan = 0.54, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 83 | 179 | 173 | - |
| CMYK | 0.54 | 0 | 0.03 | 0.30 |
| HSL | 176.25º | 0.39% | 0.51% | - |
| HSV(B) | 176.25º | 0.54% | 0.7% | - |
| XYZ | 27.23 | 37.1 | 45.26 | - |
| YUV | 149.61 | 141.2 | 80.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 179 | 173 | 0.54 | 0 | 0.03 | 0.30 | 176.25 | 0.39 | 0.51 |
| Hex | 53 | B3 | AD | 36 | 0 | 3 | 1E | B0 | 27 | 33 |
| Octal | 123 | 263 | 255 | 66 | 0 | 3 | 36 | 260 | 47 | 63 |
| Binary | 1010011 | 10110011 | 10101101 | 110110 | 0 | 11 | 11110 | 10110000 | 100111 | 110011 |
Color Harmonies of #53B3AD
Complementary color
Monochromatic Colors of #53B3AD
Black with #53B3AD
Text Example
Text Example
White with #53B3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B3AD; }
p { color: rgb(83,179,173); }
H1.HeaderClassName
{
color: #53B3AD;
}
.AnyTagClassName
{
color: #53B3AD;
}
</style>
background-color css
<style>
a { background-color: #53B3AD; }
a { background-color: rgb(83,179,173); }
div.DivClassName
{
background-color: #53B3AD;
}
.BgClassName
{
background-color: #53B3AD;
}
</style>
border-color css
<style>
span { border-color: #53B3AD; }
span { border-color: rgb(83,179,173); }
td.TdClassName
{
border-color: #53B3AD;
}
.TagClassName
{
border-color: #53B3AD;
}
</style>