Shades of Puerto Rico #53B8AC
Tints of Puerto Rico #53B8AC
RGB
CMYK
RGB Variations
Color information
#53B8AC (or 0x53B8AC) is known color: Puerto Rico. HEX triplet: 53, B8 and AC. RGB value is (83,184,172). Sum of RGB (Red+Green+Blue) = 83+184+172=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 172 (67.58% from 255 or 39.18% from 439); Max value from RGB is 184 - color contains mainly: green. Hex color #53B8AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #53B8AC is #AC4753. Grayscale: #989898. Windows color (decimal): -11290452 or 11319379. OLE color: 11319379.
HSL color Cylindrical-coordinate representation of color #53B8AC: hue angle of 172.87º 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 #53B8AC is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 83 | 184 | 172 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.28 |
| HSL | 172.87º | 0.42% | 0.52% | - |
| HSV(B) | 172.87º | 0.55% | 0.72% | - |
| XYZ | 28.15 | 39.1 | 45.09 | - |
| YUV | 152.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 184 | 172 | 0.55 | 0 | 0.07 | 0.28 | 172.87 | 0.42 | 0.52 |
| Hex | 53 | B8 | AC | 37 | 0 | 7 | 1C | AD | 2A | 34 |
| Octal | 123 | 270 | 254 | 67 | 0 | 7 | 34 | 255 | 52 | 64 |
| Binary | 1010011 | 10111000 | 10101100 | 110111 | 0 | 111 | 11100 | 10101101 | 101010 | 110100 |
Color Harmonies of #53B8AC
Complementary color
Monochromatic Colors of #53B8AC
Black with #53B8AC
Text Example
Text Example
White with #53B8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53B8AC; }
p { color: rgb(83,184,172); }
H1.HeaderClassName
{
color: #53B8AC;
}
.AnyTagClassName
{
color: #53B8AC;
}
</style>
background-color css
<style>
a { background-color: #53B8AC; }
a { background-color: rgb(83,184,172); }
div.DivClassName
{
background-color: #53B8AC;
}
.BgClassName
{
background-color: #53B8AC;
}
</style>
border-color css
<style>
span { border-color: #53B8AC; }
span { border-color: rgb(83,184,172); }
td.TdClassName
{
border-color: #53B8AC;
}
.TagClassName
{
border-color: #53B8AC;
}
</style>