Shades of Puerto Rico #4DBBAC
Tints of Puerto Rico #4DBBAC
RGB
CMYK
RGB Variations
Color information
#4DBBAC (or 0x4DBBAC) is known color: Puerto Rico. HEX triplet: 4D, BB and AC. RGB value is (77,187,172). Sum of RGB (Red+Green+Blue) = 77+187+172=436 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.66% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBAC is #B24453. Grayscale: #989898. Windows color (decimal): -11682900 or 11320141. OLE color: 11320141.
HSL color Cylindrical-coordinate representation of color #4DBBAC: hue angle of 171.82º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBBAC is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 172 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.27 |
| HSL | 171.82º | 0.45% | 0.52% | - |
| HSV(B) | 171.82º | 0.59% | 0.73% | - |
| XYZ | 28.28 | 40.1 | 45.28 | - |
| YUV | 152.4 | 139.06 | 74.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 172 | 0.59 | 0 | 0.08 | 0.27 | 171.82 | 0.45 | 0.52 |
| Hex | 4D | BB | AC | 3B | 0 | 8 | 1B | AC | 2D | 34 |
| Octal | 115 | 273 | 254 | 73 | 0 | 10 | 33 | 254 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10101100 | 111011 | 0 | 1000 | 11011 | 10101100 | 101101 | 110100 |
Color Harmonies of #4DBBAC
Complementary color
Monochromatic Colors of #4DBBAC
Black with #4DBBAC
Text Example
Text Example
White with #4DBBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBAC; }
p { color: rgb(77,187,172); }
H1.HeaderClassName
{
color: #4DBBAC;
}
.AnyTagClassName
{
color: #4DBBAC;
}
</style>
background-color css
<style>
a { background-color: #4DBBAC; }
a { background-color: rgb(77,187,172); }
div.DivClassName
{
background-color: #4DBBAC;
}
.BgClassName
{
background-color: #4DBBAC;
}
</style>
border-color css
<style>
span { border-color: #4DBBAC; }
span { border-color: rgb(77,187,172); }
td.TdClassName
{
border-color: #4DBBAC;
}
.TagClassName
{
border-color: #4DBBAC;
}
</style>