Shades of Puerto Rico #4DAD9D
Tints of Puerto Rico #4DAD9D
RGB
CMYK
RGB Variations
Color information
#4DAD9D (or 0x4DAD9D) is known color: Puerto Rico. HEX triplet: 4D, AD and 9D. RGB value is (77,173,157). Sum of RGB (Red+Green+Blue) = 77+173+157=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 157 (61.72% from 255 or 38.57% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9D is #B25262. Grayscale: #8E8E8E. Windows color (decimal): -11686499 or 10333517. OLE color: 10333517.
HSL color Cylindrical-coordinate representation of color #4DAD9D: hue angle of 170º 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 #4DAD9D is Cyan = 0.55, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 157 | - |
| CMYK | 0.55 | 0 | 0.09 | 0.32 |
| HSL | 170º | 0.38% | 0.49% | - |
| HSV(B) | 170º | 0.55% | 0.68% | - |
| XYZ | 24.09 | 33.9 | 37.17 | - |
| YUV | 142.47 | 136.2 | 81.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 157 | 0.55 | 0 | 0.09 | 0.32 | 170 | 0.38 | 0.49 |
| Hex | 4D | AD | 9D | 37 | 0 | 9 | 20 | AA | 26 | 31 |
| Octal | 115 | 255 | 235 | 67 | 0 | 11 | 40 | 252 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10011101 | 110111 | 0 | 1001 | 100000 | 10101010 | 100110 | 110001 |
Color Harmonies of #4DAD9D
Complementary color
Monochromatic Colors of #4DAD9D
Black with #4DAD9D
Text Example
Text Example
White with #4DAD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD9D; }
p { color: rgb(77,173,157); }
H1.HeaderClassName
{
color: #4DAD9D;
}
.AnyTagClassName
{
color: #4DAD9D;
}
</style>
background-color css
<style>
a { background-color: #4DAD9D; }
a { background-color: rgb(77,173,157); }
div.DivClassName
{
background-color: #4DAD9D;
}
.BgClassName
{
background-color: #4DAD9D;
}
</style>
border-color css
<style>
span { border-color: #4DAD9D; }
span { border-color: rgb(77,173,157); }
td.TdClassName
{
border-color: #4DAD9D;
}
.TagClassName
{
border-color: #4DAD9D;
}
</style>