Shades of Puerto Rico #4DBAAC
Tints of Puerto Rico #4DBAAC
RGB
CMYK
RGB Variations
Color information
#4DBAAC (or 0x4DBAAC) is known color: Puerto Rico. HEX triplet: 4D, BA and AC. RGB value is (77,186,172). Sum of RGB (Red+Green+Blue) = 77+186+172=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #4DBAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBAAC is #B24553. Grayscale: #979797. Windows color (decimal): -11683156 or 11319885. OLE color: 11319885.
HSL color Cylindrical-coordinate representation of color #4DBAAC: hue angle of 172.29º degrees, saturation: 0.44, 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 #4DBAAC is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 186 | 172 | - |
| CMYK | 0.59 | 0 | 0.08 | 0.27 |
| HSL | 172.29º | 0.44% | 0.52% | - |
| HSV(B) | 172.29º | 0.59% | 0.73% | - |
| XYZ | 28.07 | 39.67 | 45.21 | - |
| YUV | 151.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 186 | 172 | 0.59 | 0 | 0.08 | 0.27 | 172.29 | 0.44 | 0.52 |
| Hex | 4D | BA | AC | 3B | 0 | 8 | 1B | AC | 2C | 34 |
| Octal | 115 | 272 | 254 | 73 | 0 | 10 | 33 | 254 | 54 | 64 |
| Binary | 1001101 | 10111010 | 10101100 | 111011 | 0 | 1000 | 11011 | 10101100 | 101100 | 110100 |
Color Harmonies of #4DBAAC
Complementary color
Monochromatic Colors of #4DBAAC
Black with #4DBAAC
Text Example
Text Example
White with #4DBAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBAAC; }
p { color: rgb(77,186,172); }
H1.HeaderClassName
{
color: #4DBAAC;
}
.AnyTagClassName
{
color: #4DBAAC;
}
</style>
background-color css
<style>
a { background-color: #4DBAAC; }
a { background-color: rgb(77,186,172); }
div.DivClassName
{
background-color: #4DBAAC;
}
.BgClassName
{
background-color: #4DBAAC;
}
</style>
border-color css
<style>
span { border-color: #4DBAAC; }
span { border-color: rgb(77,186,172); }
td.TdClassName
{
border-color: #4DBAAC;
}
.TagClassName
{
border-color: #4DBAAC;
}
</style>