Shades of Puerto Rico #4DAD9B
Tints of Puerto Rico #4DAD9B
RGB
CMYK
RGB Variations
Color information
#4DAD9B (or 0x4DAD9B) is known color: Puerto Rico. HEX triplet: 4D, AD and 9B. RGB value is (77,173,155). Sum of RGB (Red+Green+Blue) = 77+173+155=405 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.01% from 405); Green value is 173 (67.97% from 255 or 42.72% from 405); Blue value is 155 (60.94% from 255 or 38.27% from 405); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD9B is #B25264. Grayscale: #8E8E8E. Windows color (decimal): -11686501 or 10202445. OLE color: 10202445.
HSL color Cylindrical-coordinate representation of color #4DAD9B: hue angle of 168.75º 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 #4DAD9B is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 155 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.32 |
| HSL | 168.75º | 0.38% | 0.49% | - |
| HSV(B) | 168.75º | 0.55% | 0.68% | - |
| XYZ | 23.92 | 33.83 | 36.28 | - |
| YUV | 142.24 | 135.2 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 155 | 0.55 | 0 | 0.10 | 0.32 | 168.75 | 0.38 | 0.49 |
| Hex | 4D | AD | 9B | 37 | 0 | A | 20 | A9 | 26 | 31 |
| Octal | 115 | 255 | 233 | 67 | 0 | 12 | 40 | 251 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10011011 | 110111 | 0 | 1010 | 100000 | 10101001 | 100110 | 110001 |
Color Harmonies of #4DAD9B
Complementary color
Monochromatic Colors of #4DAD9B
Black with #4DAD9B
Text Example
Text Example
White with #4DAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD9B; }
p { color: rgb(77,173,155); }
H1.HeaderClassName
{
color: #4DAD9B;
}
.AnyTagClassName
{
color: #4DAD9B;
}
</style>
background-color css
<style>
a { background-color: #4DAD9B; }
a { background-color: rgb(77,173,155); }
div.DivClassName
{
background-color: #4DAD9B;
}
.BgClassName
{
background-color: #4DAD9B;
}
</style>
border-color css
<style>
span { border-color: #4DAD9B; }
span { border-color: rgb(77,173,155); }
td.TdClassName
{
border-color: #4DAD9B;
}
.TagClassName
{
border-color: #4DAD9B;
}
</style>