Shades of Puerto Rico #4DBBAB
Tints of Puerto Rico #4DBBAB
RGB
CMYK
RGB Variations
Color information
#4DBBAB (or 0x4DBBAB) is known color: Puerto Rico. HEX triplet: 4D, BB and AB. RGB value is (77,187,171). Sum of RGB (Red+Green+Blue) = 77+187+171=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #4DBBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBBAB is #B24454. Grayscale: #989898. Windows color (decimal): -11682901 or 11254605. OLE color: 11254605.
HSL color Cylindrical-coordinate representation of color #4DBBAB: hue angle of 171.27º 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 #4DBBAB is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 187 | 171 | - |
| CMYK | 0.59 | 0 | 0.09 | 0.27 |
| HSL | 171.27º | 0.45% | 0.52% | - |
| HSV(B) | 171.27º | 0.59% | 0.73% | - |
| XYZ | 28.18 | 40.06 | 44.77 | - |
| YUV | 152.29 | 138.56 | 74.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 187 | 171 | 0.59 | 0 | 0.09 | 0.27 | 171.27 | 0.45 | 0.52 |
| Hex | 4D | BB | AB | 3B | 0 | 9 | 1B | AB | 2D | 34 |
| Octal | 115 | 273 | 253 | 73 | 0 | 11 | 33 | 253 | 55 | 64 |
| Binary | 1001101 | 10111011 | 10101011 | 111011 | 0 | 1001 | 11011 | 10101011 | 101101 | 110100 |
Color Harmonies of #4DBBAB
Complementary color
Monochromatic Colors of #4DBBAB
Black with #4DBBAB
Text Example
Text Example
White with #4DBBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBBAB; }
p { color: rgb(77,187,171); }
H1.HeaderClassName
{
color: #4DBBAB;
}
.AnyTagClassName
{
color: #4DBBAB;
}
</style>
background-color css
<style>
a { background-color: #4DBBAB; }
a { background-color: rgb(77,187,171); }
div.DivClassName
{
background-color: #4DBBAB;
}
.BgClassName
{
background-color: #4DBBAB;
}
</style>
border-color css
<style>
span { border-color: #4DBBAB; }
span { border-color: rgb(77,187,171); }
td.TdClassName
{
border-color: #4DBBAB;
}
.TagClassName
{
border-color: #4DBBAB;
}
</style>