Shades of Puerto Rico #4DC0AD
Tints of Puerto Rico #4DC0AD
RGB
CMYK
RGB Variations
Color information
#4DC0AD (or 0x4DC0AD) is known color: Puerto Rico. HEX triplet: 4D, C0 and AD. RGB value is (77,192,173). Sum of RGB (Red+Green+Blue) = 77+192+173=442 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.42% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 173 (67.97% from 255 or 39.14% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC0AD is #B23F52. Grayscale: #9B9B9B. Windows color (decimal): -11681619 or 11386957. OLE color: 11386957.
HSL color Cylindrical-coordinate representation of color #4DC0AD: hue angle of 170.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4DC0AD is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 173 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.25 |
| HSL | 170.09º | 0.48% | 0.53% | - |
| HSV(B) | 170.09º | 0.6% | 0.75% | - |
| XYZ | 29.45 | 42.29 | 46.15 | - |
| YUV | 155.45 | 137.9 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 173 | 0.60 | 0 | 0.10 | 0.25 | 170.09 | 0.48 | 0.53 |
| Hex | 4D | C0 | AD | 3C | 0 | A | 19 | AA | 30 | 35 |
| Octal | 115 | 300 | 255 | 74 | 0 | 12 | 31 | 252 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10101101 | 111100 | 0 | 1010 | 11001 | 10101010 | 110000 | 110101 |
Color Harmonies of #4DC0AD
Complementary color
Monochromatic Colors of #4DC0AD
Black with #4DC0AD
Text Example
Text Example
White with #4DC0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0AD; }
p { color: rgb(77,192,173); }
H1.HeaderClassName
{
color: #4DC0AD;
}
.AnyTagClassName
{
color: #4DC0AD;
}
</style>
background-color css
<style>
a { background-color: #4DC0AD; }
a { background-color: rgb(77,192,173); }
div.DivClassName
{
background-color: #4DC0AD;
}
.BgClassName
{
background-color: #4DC0AD;
}
</style>
border-color css
<style>
span { border-color: #4DC0AD; }
span { border-color: rgb(77,192,173); }
td.TdClassName
{
border-color: #4DC0AD;
}
.TagClassName
{
border-color: #4DC0AD;
}
</style>