Shades of Puerto Rico #53B6AA
Tints of Puerto Rico #53B6AA
RGB
CMYK
RGB Variations
Color information
#53B6AA (or 0x53B6AA) is known color: Puerto Rico. HEX triplet: 53, B6 and AA. RGB value is (83,182,170). Sum of RGB (Red+Green+Blue) = 83+182+170=435 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.08% from 435); Green value is 182 (71.48% from 255 or 41.84% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 182 - color contains mainly: green. Hex color #53B6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B6AA is #AC4955. Grayscale: #969696. Windows color (decimal): -11290966 or 11187795. OLE color: 11187795.
HSL color Cylindrical-coordinate representation of color #53B6AA: hue angle of 172.73º 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 #53B6AA is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 182 | 170 | - |
| CMYK | 0.54 | 0 | 0.07 | 0.29 |
| HSL | 172.73º | 0.4% | 0.52% | - |
| HSV(B) | 172.73º | 0.54% | 0.71% | - |
| XYZ | 27.55 | 38.2 | 43.95 | - |
| YUV | 151.03 | 138.7 | 79.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 182 | 170 | 0.54 | 0 | 0.07 | 0.29 | 172.73 | 0.4 | 0.52 |
| Hex | 53 | B6 | AA | 36 | 0 | 7 | 1D | AD | 28 | 34 |
| Octal | 123 | 266 | 252 | 66 | 0 | 7 | 35 | 255 | 50 | 64 |
| Binary | 1010011 | 10110110 | 10101010 | 110110 | 0 | 111 | 11101 | 10101101 | 101000 | 110100 |
Color Harmonies of #53B6AA
Complementary color
Monochromatic Colors of #53B6AA
Black with #53B6AA
Text Example
Text Example
White with #53B6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B6AA; }
p { color: rgb(83,182,170); }
H1.HeaderClassName
{
color: #53B6AA;
}
.AnyTagClassName
{
color: #53B6AA;
}
</style>
background-color css
<style>
a { background-color: #53B6AA; }
a { background-color: rgb(83,182,170); }
div.DivClassName
{
background-color: #53B6AA;
}
.BgClassName
{
background-color: #53B6AA;
}
</style>
border-color css
<style>
span { border-color: #53B6AA; }
span { border-color: rgb(83,182,170); }
td.TdClassName
{
border-color: #53B6AA;
}
.TagClassName
{
border-color: #53B6AA;
}
</style>