Shades of Puerto Rico #4DB7A9
Tints of Puerto Rico #4DB7A9
RGB
CMYK
RGB Variations
Color information
#4DB7A9 (or 0x4DB7A9) is known color: Puerto Rico. HEX triplet: 4D, B7 and A9. RGB value is (77,183,169). Sum of RGB (Red+Green+Blue) = 77+183+169=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 183 (71.88% from 255 or 42.66% from 429); Blue value is 169 (66.41% from 255 or 39.39% from 429); Max value from RGB is 183 - color contains mainly: green. Hex color #4DB7A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB7A9 is #B24856. Grayscale: #959595. Windows color (decimal): -11683927 or 11122509. OLE color: 11122509.
HSL color Cylindrical-coordinate representation of color #4DB7A9: hue angle of 172.08º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB7A9 is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 183 | 169 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.28 |
| HSL | 172.08º | 0.42% | 0.51% | - |
| HSV(B) | 172.08º | 0.58% | 0.72% | - |
| XYZ | 27.16 | 38.31 | 43.5 | - |
| YUV | 149.71 | 138.88 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 183 | 169 | 0.58 | 0 | 0.08 | 0.28 | 172.08 | 0.42 | 0.51 |
| Hex | 4D | B7 | A9 | 3A | 0 | 8 | 1C | AC | 2A | 33 |
| Octal | 115 | 267 | 251 | 72 | 0 | 10 | 34 | 254 | 52 | 63 |
| Binary | 1001101 | 10110111 | 10101001 | 111010 | 0 | 1000 | 11100 | 10101100 | 101010 | 110011 |
Color Harmonies of #4DB7A9
Complementary color
Monochromatic Colors of #4DB7A9
Black with #4DB7A9
Text Example
Text Example
White with #4DB7A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB7A9; }
p { color: rgb(77,183,169); }
H1.HeaderClassName
{
color: #4DB7A9;
}
.AnyTagClassName
{
color: #4DB7A9;
}
</style>
background-color css
<style>
a { background-color: #4DB7A9; }
a { background-color: rgb(77,183,169); }
div.DivClassName
{
background-color: #4DB7A9;
}
.BgClassName
{
background-color: #4DB7A9;
}
</style>
border-color css
<style>
span { border-color: #4DB7A9; }
span { border-color: rgb(77,183,169); }
td.TdClassName
{
border-color: #4DB7A9;
}
.TagClassName
{
border-color: #4DB7A9;
}
</style>