Shades of Puerto Rico #4DB9AD
Tints of Puerto Rico #4DB9AD
RGB
CMYK
RGB Variations
Color information
#4DB9AD (or 0x4DB9AD) is known color: Puerto Rico. HEX triplet: 4D, B9 and AD. RGB value is (77,185,173). Sum of RGB (Red+Green+Blue) = 77+185+173=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 185 (72.66% from 255 or 42.53% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9AD is #B24652. Grayscale: #979797. Windows color (decimal): -11683411 or 11385165. OLE color: 11385165.
HSL color Cylindrical-coordinate representation of color #4DB9AD: hue angle of 173.33º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB9AD is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 173 | - |
| CMYK | 0.58 | 0 | 0.06 | 0.27 |
| HSL | 173.33º | 0.44% | 0.51% | - |
| HSV(B) | 173.33º | 0.58% | 0.73% | - |
| XYZ | 27.95 | 39.29 | 45.65 | - |
| YUV | 151.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 173 | 0.58 | 0 | 0.06 | 0.27 | 173.33 | 0.44 | 0.51 |
| Hex | 4D | B9 | AD | 3A | 0 | 6 | 1B | AD | 2C | 33 |
| Octal | 115 | 271 | 255 | 72 | 0 | 6 | 33 | 255 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10101101 | 111010 | 0 | 110 | 11011 | 10101101 | 101100 | 110011 |
Color Harmonies of #4DB9AD
Complementary color
Monochromatic Colors of #4DB9AD
Black with #4DB9AD
Text Example
Text Example
White with #4DB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9AD; }
p { color: rgb(77,185,173); }
H1.HeaderClassName
{
color: #4DB9AD;
}
.AnyTagClassName
{
color: #4DB9AD;
}
</style>
background-color css
<style>
a { background-color: #4DB9AD; }
a { background-color: rgb(77,185,173); }
div.DivClassName
{
background-color: #4DB9AD;
}
.BgClassName
{
background-color: #4DB9AD;
}
</style>
border-color css
<style>
span { border-color: #4DB9AD; }
span { border-color: rgb(77,185,173); }
td.TdClassName
{
border-color: #4DB9AD;
}
.TagClassName
{
border-color: #4DB9AD;
}
</style>