Shades of Puerto Rico #53B8AD
Tints of Puerto Rico #53B8AD
RGB
CMYK
RGB Variations
Color information
#53B8AD (or 0x53B8AD) is known color: Puerto Rico. HEX triplet: 53, B8 and AD. RGB value is (83,184,173). Sum of RGB (Red+Green+Blue) = 83+184+173=440 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.86% from 440); Green value is 184 (72.27% from 255 or 41.82% from 440); Blue value is 173 (67.97% from 255 or 39.32% from 440); Max value from RGB is 184 - color contains mainly: green. Hex color #53B8AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B8AD is #AC4752. Grayscale: #989898. Windows color (decimal): -11290451 or 11384915. OLE color: 11384915.
HSL color Cylindrical-coordinate representation of color #53B8AD: hue angle of 173.47º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B8AD is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 173 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.28 |
| HSL | 173.47º | 0.42% | 0.52% | - |
| HSV(B) | 173.47º | 0.55% | 0.72% | - |
| XYZ | 28.25 | 39.14 | 45.6 | - |
| YUV | 152.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 173 | 0.55 | 0 | 0.06 | 0.28 | 173.47 | 0.42 | 0.52 |
| Hex | 53 | B8 | AD | 37 | 0 | 6 | 1C | AD | 2A | 34 |
| Octal | 123 | 270 | 255 | 67 | 0 | 6 | 34 | 255 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10101101 | 110111 | 0 | 110 | 11100 | 10101101 | 101010 | 110100 |
Color Harmonies of #53B8AD
Complementary color
Monochromatic Colors of #53B8AD
Black with #53B8AD
Text Example
Text Example
White with #53B8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8AD; }
p { color: rgb(83,184,173); }
H1.HeaderClassName
{
color: #53B8AD;
}
.AnyTagClassName
{
color: #53B8AD;
}
</style>
background-color css
<style>
a { background-color: #53B8AD; }
a { background-color: rgb(83,184,173); }
div.DivClassName
{
background-color: #53B8AD;
}
.BgClassName
{
background-color: #53B8AD;
}
</style>
border-color css
<style>
span { border-color: #53B8AD; }
span { border-color: rgb(83,184,173); }
td.TdClassName
{
border-color: #53B8AD;
}
.TagClassName
{
border-color: #53B8AD;
}
</style>