Shades of Puerto Rico #4DC0B7
Tints of Puerto Rico #4DC0B7
RGB
CMYK
RGB Variations
Color information
#4DC0B7 (or 0x4DC0B7) is known color: Puerto Rico. HEX triplet: 4D, C0 and B7. RGB value is (77,192,183). Sum of RGB (Red+Green+Blue) = 77+192+183=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 183 (71.88% from 255 or 40.49% from 452); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC0B7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0B7 is #B23F48. Grayscale: #9C9C9C. Windows color (decimal): -11681609 or 12042317. OLE color: 12042317.
HSL color Cylindrical-coordinate representation of color #4DC0B7: hue angle of 175.3º 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 #4DC0B7 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 183 | - |
| CMYK | 0.60 | 0 | 0.05 | 0.25 |
| HSL | 175.3º | 0.48% | 0.53% | - |
| HSV(B) | 175.3º | 0.6% | 0.75% | - |
| XYZ | 30.46 | 42.7 | 51.44 | - |
| YUV | 156.59 | 142.9 | 71.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 183 | 0.60 | 0 | 0.05 | 0.25 | 175.3 | 0.48 | 0.53 |
| Hex | 4D | C0 | B7 | 3C | 0 | 5 | 19 | AF | 30 | 35 |
| Octal | 115 | 300 | 267 | 74 | 0 | 5 | 31 | 257 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10110111 | 111100 | 0 | 101 | 11001 | 10101111 | 110000 | 110101 |
Color Harmonies of #4DC0B7
Complementary color
Monochromatic Colors of #4DC0B7
Black with #4DC0B7
Text Example
Text Example
White with #4DC0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0B7; }
p { color: rgb(77,192,183); }
H1.HeaderClassName
{
color: #4DC0B7;
}
.AnyTagClassName
{
color: #4DC0B7;
}
</style>
background-color css
<style>
a { background-color: #4DC0B7; }
a { background-color: rgb(77,192,183); }
div.DivClassName
{
background-color: #4DC0B7;
}
.BgClassName
{
background-color: #4DC0B7;
}
</style>
border-color css
<style>
span { border-color: #4DC0B7; }
span { border-color: rgb(77,192,183); }
td.TdClassName
{
border-color: #4DC0B7;
}
.TagClassName
{
border-color: #4DC0B7;
}
</style>