Shades of Puerto Rico #4DAD9E
Tints of Puerto Rico #4DAD9E
RGB
CMYK
RGB Variations
Color information
#4DAD9E (or 0x4DAD9E) is known color: Puerto Rico. HEX triplet: 4D, AD and 9E. RGB value is (77,173,158). Sum of RGB (Red+Green+Blue) = 77+173+158=408 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.87% from 408); Green value is 173 (67.97% from 255 or 42.40% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9E is #B25261. Grayscale: #8E8E8E. Windows color (decimal): -11686498 or 10399053. OLE color: 10399053.
HSL color Cylindrical-coordinate representation of color #4DAD9E: hue angle of 170.62º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD9E is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 158 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.32 |
| HSL | 170.63º | 0.38% | 0.49% | - |
| HSV(B) | 170.63º | 0.55% | 0.68% | - |
| XYZ | 24.18 | 33.93 | 37.62 | - |
| YUV | 142.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 158 | 0.55 | 0 | 0.09 | 0.32 | 170.63 | 0.38 | 0.49 |
| Hex | 4D | AD | 9E | 37 | 0 | 9 | 20 | AB | 26 | 31 |
| Octal | 115 | 255 | 236 | 67 | 0 | 11 | 40 | 253 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10011110 | 110111 | 0 | 1001 | 100000 | 10101011 | 100110 | 110001 |
Color Harmonies of #4DAD9E
Complementary color
Monochromatic Colors of #4DAD9E
Black with #4DAD9E
Text Example
Text Example
White with #4DAD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD9E; }
p { color: rgb(77,173,158); }
H1.HeaderClassName
{
color: #4DAD9E;
}
.AnyTagClassName
{
color: #4DAD9E;
}
</style>
background-color css
<style>
a { background-color: #4DAD9E; }
a { background-color: rgb(77,173,158); }
div.DivClassName
{
background-color: #4DAD9E;
}
.BgClassName
{
background-color: #4DAD9E;
}
</style>
border-color css
<style>
span { border-color: #4DAD9E; }
span { border-color: rgb(77,173,158); }
td.TdClassName
{
border-color: #4DAD9E;
}
.TagClassName
{
border-color: #4DAD9E;
}
</style>