Shades of Puerto Rico #53B4AA
Tints of Puerto Rico #53B4AA
RGB
CMYK
RGB Variations
Color information
#53B4AA (or 0x53B4AA) is known color: Puerto Rico. HEX triplet: 53, B4 and AA. RGB value is (83,180,170). Sum of RGB (Red+Green+Blue) = 83+180+170=433 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.17% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #53B4AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B4AA is #AC4B55. Grayscale: #959595. Windows color (decimal): -11291478 or 11187283. OLE color: 11187283.
HSL color Cylindrical-coordinate representation of color #53B4AA: hue angle of 173.81º degrees, saturation: 0.39, 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 #53B4AA is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 83 | 180 | 170 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.29 |
| HSL | 173.81º | 0.39% | 0.52% | - |
| HSV(B) | 173.81º | 0.54% | 0.71% | - |
| XYZ | 27.14 | 37.38 | 43.82 | - |
| YUV | 149.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 180 | 170 | 0.54 | 0 | 0.06 | 0.29 | 173.81 | 0.39 | 0.52 |
| Hex | 53 | B4 | AA | 36 | 0 | 6 | 1D | AE | 27 | 34 |
| Octal | 123 | 264 | 252 | 66 | 0 | 6 | 35 | 256 | 47 | 64 |
| Binary | 1010011 | 10110100 | 10101010 | 110110 | 0 | 110 | 11101 | 10101110 | 100111 | 110100 |
Color Harmonies of #53B4AA
Complementary color
Monochromatic Colors of #53B4AA
Black with #53B4AA
Text Example
Text Example
White with #53B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B4AA; }
p { color: rgb(83,180,170); }
H1.HeaderClassName
{
color: #53B4AA;
}
.AnyTagClassName
{
color: #53B4AA;
}
</style>
background-color css
<style>
a { background-color: #53B4AA; }
a { background-color: rgb(83,180,170); }
div.DivClassName
{
background-color: #53B4AA;
}
.BgClassName
{
background-color: #53B4AA;
}
</style>
border-color css
<style>
span { border-color: #53B4AA; }
span { border-color: rgb(83,180,170); }
td.TdClassName
{
border-color: #53B4AA;
}
.TagClassName
{
border-color: #53B4AA;
}
</style>