Shades of Puerto Rico #4DC0AF
Tints of Puerto Rico #4DC0AF
RGB
CMYK
RGB Variations
Color information
#4DC0AF (or 0x4DC0AF) is known color: Puerto Rico. HEX triplet: 4D, C0 and AF. RGB value is (77,192,175). Sum of RGB (Red+Green+Blue) = 77+192+175=444 (58% of max value = 765). Red value is 77 (30.47% from 255 or 17.34% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 175 (68.75% from 255 or 39.41% from 444); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC0AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC0AF is #B23F50. Grayscale: #9B9B9B. Windows color (decimal): -11681617 or 11518029. OLE color: 11518029.
HSL color Cylindrical-coordinate representation of color #4DC0AF: hue angle of 171.13º 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 #4DC0AF is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 175 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.25 |
| HSL | 171.13º | 0.48% | 0.53% | - |
| HSV(B) | 171.13º | 0.6% | 0.75% | - |
| XYZ | 29.65 | 42.37 | 47.17 | - |
| YUV | 155.68 | 138.9 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 175 | 0.60 | 0 | 0.09 | 0.25 | 171.13 | 0.48 | 0.53 |
| Hex | 4D | C0 | AF | 3C | 0 | 9 | 19 | AB | 30 | 35 |
| Octal | 115 | 300 | 257 | 74 | 0 | 11 | 31 | 253 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10101111 | 111100 | 0 | 1001 | 11001 | 10101011 | 110000 | 110101 |
Color Harmonies of #4DC0AF
Complementary color
Monochromatic Colors of #4DC0AF
Black with #4DC0AF
Text Example
Text Example
White with #4DC0AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0AF; }
p { color: rgb(77,192,175); }
H1.HeaderClassName
{
color: #4DC0AF;
}
.AnyTagClassName
{
color: #4DC0AF;
}
</style>
background-color css
<style>
a { background-color: #4DC0AF; }
a { background-color: rgb(77,192,175); }
div.DivClassName
{
background-color: #4DC0AF;
}
.BgClassName
{
background-color: #4DC0AF;
}
</style>
border-color css
<style>
span { border-color: #4DC0AF; }
span { border-color: rgb(77,192,175); }
td.TdClassName
{
border-color: #4DC0AF;
}
.TagClassName
{
border-color: #4DC0AF;
}
</style>