Shades of Puerto Rico #4DB9A3
Tints of Puerto Rico #4DB9A3
RGB
CMYK
RGB Variations
Color information
#4DB9A3 (or 0x4DB9A3) is known color: Puerto Rico. HEX triplet: 4D, B9 and A3. RGB value is (77,185,163). Sum of RGB (Red+Green+Blue) = 77+185+163=425 (56% of max value = 765). Red value is 77 (30.47% from 255 or 18.12% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 163 (64.06% from 255 or 38.35% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9A3 is #B2465C. Grayscale: #969696. Windows color (decimal): -11683421 or 10729805. OLE color: 10729805.
HSL color Cylindrical-coordinate representation of color #4DB9A3: hue angle of 167.78º 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 #4DB9A3 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 163 | - |
| CMYK | 0.58 | 0 | 0.12 | 0.27 |
| HSL | 167.78º | 0.44% | 0.51% | - |
| HSV(B) | 167.78º | 0.58% | 0.73% | - |
| XYZ | 27.02 | 38.92 | 40.74 | - |
| YUV | 150.2 | 135.22 | 75.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 163 | 0.58 | 0 | 0.12 | 0.27 | 167.78 | 0.44 | 0.51 |
| Hex | 4D | B9 | A3 | 3A | 0 | C | 1B | A8 | 2C | 33 |
| Octal | 115 | 271 | 243 | 72 | 0 | 14 | 33 | 250 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10100011 | 111010 | 0 | 1100 | 11011 | 10101000 | 101100 | 110011 |
Color Harmonies of #4DB9A3
Complementary color
Monochromatic Colors of #4DB9A3
Black with #4DB9A3
Text Example
Text Example
White with #4DB9A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9A3; }
p { color: rgb(77,185,163); }
H1.HeaderClassName
{
color: #4DB9A3;
}
.AnyTagClassName
{
color: #4DB9A3;
}
</style>
background-color css
<style>
a { background-color: #4DB9A3; }
a { background-color: rgb(77,185,163); }
div.DivClassName
{
background-color: #4DB9A3;
}
.BgClassName
{
background-color: #4DB9A3;
}
</style>
border-color css
<style>
span { border-color: #4DB9A3; }
span { border-color: rgb(77,185,163); }
td.TdClassName
{
border-color: #4DB9A3;
}
.TagClassName
{
border-color: #4DB9A3;
}
</style>