Shades of Puerto Rico #4DB1AB
Tints of Puerto Rico #4DB1AB
RGB
CMYK
RGB Variations
Color information
#4DB1AB (or 0x4DB1AB) is known color: Puerto Rico. HEX triplet: 4D, B1 and AB. RGB value is (77,177,171). Sum of RGB (Red+Green+Blue) = 77+177+171=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 171 (67.19% from 255 or 40.24% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #4DB1AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB1AB is #B24E54. Grayscale: #929292. Windows color (decimal): -11685461 or 11252045. OLE color: 11252045.
HSL color Cylindrical-coordinate representation of color #4DB1AB: hue angle of 176.4º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB1AB is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 177 | 171 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.31 |
| HSL | 176.4º | 0.39% | 0.5% | - |
| HSV(B) | 176.4º | 0.56% | 0.69% | - |
| XYZ | 26.13 | 35.96 | 44.09 | - |
| YUV | 146.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 177 | 171 | 0.56 | 0 | 0.03 | 0.31 | 176.4 | 0.39 | 0.5 |
| Hex | 4D | B1 | AB | 38 | 0 | 3 | 1F | B0 | 27 | 32 |
| Octal | 115 | 261 | 253 | 70 | 0 | 3 | 37 | 260 | 47 | 62 |
| Binary | 1001101 | 10110001 | 10101011 | 111000 | 0 | 11 | 11111 | 10110000 | 100111 | 110010 |
Color Harmonies of #4DB1AB
Complementary color
Monochromatic Colors of #4DB1AB
Black with #4DB1AB
Text Example
Text Example
White with #4DB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB1AB; }
p { color: rgb(77,177,171); }
H1.HeaderClassName
{
color: #4DB1AB;
}
.AnyTagClassName
{
color: #4DB1AB;
}
</style>
background-color css
<style>
a { background-color: #4DB1AB; }
a { background-color: rgb(77,177,171); }
div.DivClassName
{
background-color: #4DB1AB;
}
.BgClassName
{
background-color: #4DB1AB;
}
</style>
border-color css
<style>
span { border-color: #4DB1AB; }
span { border-color: rgb(77,177,171); }
td.TdClassName
{
border-color: #4DB1AB;
}
.TagClassName
{
border-color: #4DB1AB;
}
</style>