Shades of Puerto Rico #4DAD9F
Tints of Puerto Rico #4DAD9F
RGB
CMYK
RGB Variations
Color information
#4DAD9F (or 0x4DAD9F) is known color: Puerto Rico. HEX triplet: 4D, AD and 9F. RGB value is (77,173,159). Sum of RGB (Red+Green+Blue) = 77+173+159=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 159 (62.5% from 255 or 38.88% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9F is #B25260. Grayscale: #8E8E8E. Windows color (decimal): -11686497 or 10464589. OLE color: 10464589.
HSL color Cylindrical-coordinate representation of color #4DAD9F: hue angle of 171.25º 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 #4DAD9F is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 159 | - |
| CMYK | 0.55 | 0 | 0.08 | 0.32 |
| HSL | 171.25º | 0.38% | 0.49% | - |
| HSV(B) | 171.25º | 0.55% | 0.68% | - |
| XYZ | 24.26 | 33.97 | 38.08 | - |
| YUV | 142.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 159 | 0.55 | 0 | 0.08 | 0.32 | 171.25 | 0.38 | 0.49 |
| Hex | 4D | AD | 9F | 37 | 0 | 8 | 20 | AB | 26 | 31 |
| Octal | 115 | 255 | 237 | 67 | 0 | 10 | 40 | 253 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10011111 | 110111 | 0 | 1000 | 100000 | 10101011 | 100110 | 110001 |
Color Harmonies of #4DAD9F
Complementary color
Monochromatic Colors of #4DAD9F
Black with #4DAD9F
Text Example
Text Example
White with #4DAD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD9F; }
p { color: rgb(77,173,159); }
H1.HeaderClassName
{
color: #4DAD9F;
}
.AnyTagClassName
{
color: #4DAD9F;
}
</style>
background-color css
<style>
a { background-color: #4DAD9F; }
a { background-color: rgb(77,173,159); }
div.DivClassName
{
background-color: #4DAD9F;
}
.BgClassName
{
background-color: #4DAD9F;
}
</style>
border-color css
<style>
span { border-color: #4DAD9F; }
span { border-color: rgb(77,173,159); }
td.TdClassName
{
border-color: #4DAD9F;
}
.TagClassName
{
border-color: #4DAD9F;
}
</style>