Shades of Puerto Rico #4DB9A1
Tints of Puerto Rico #4DB9A1
RGB
CMYK
RGB Variations
Color information
#4DB9A1 (or 0x4DB9A1) is known color: Puerto Rico. HEX triplet: 4D, B9 and A1. RGB value is (77,185,161). Sum of RGB (Red+Green+Blue) = 77+185+161=423 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.20% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 161 (63.28% from 255 or 38.06% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9A1 is #B2465E. Grayscale: #959595. Windows color (decimal): -11683423 or 10598733. OLE color: 10598733.
HSL color Cylindrical-coordinate representation of color #4DB9A1: hue angle of 166.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB9A1 is Cyan = 0.58, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 161 | - |
| CMYK | 0.58 | 0 | 0.13 | 0.27 |
| HSL | 166.67º | 0.44% | 0.51% | - |
| HSV(B) | 166.67º | 0.58% | 0.73% | - |
| XYZ | 26.84 | 38.85 | 39.8 | - |
| YUV | 149.97 | 134.22 | 75.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 161 | 0.58 | 0 | 0.13 | 0.27 | 166.67 | 0.44 | 0.51 |
| Hex | 4D | B9 | A1 | 3A | 0 | D | 1B | A7 | 2C | 33 |
| Octal | 115 | 271 | 241 | 72 | 0 | 15 | 33 | 247 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10100001 | 111010 | 0 | 1101 | 11011 | 10100111 | 101100 | 110011 |
Color Harmonies of #4DB9A1
Complementary color
Monochromatic Colors of #4DB9A1
Black with #4DB9A1
Text Example
Text Example
White with #4DB9A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9A1; }
p { color: rgb(77,185,161); }
H1.HeaderClassName
{
color: #4DB9A1;
}
.AnyTagClassName
{
color: #4DB9A1;
}
</style>
background-color css
<style>
a { background-color: #4DB9A1; }
a { background-color: rgb(77,185,161); }
div.DivClassName
{
background-color: #4DB9A1;
}
.BgClassName
{
background-color: #4DB9A1;
}
</style>
border-color css
<style>
span { border-color: #4DB9A1; }
span { border-color: rgb(77,185,161); }
td.TdClassName
{
border-color: #4DB9A1;
}
.TagClassName
{
border-color: #4DB9A1;
}
</style>