Shades of Puerto Rico #4DC0B5
Tints of Puerto Rico #4DC0B5
RGB
CMYK
RGB Variations
Color information
#4DC0B5 (or 0x4DC0B5) is known color: Puerto Rico. HEX triplet: 4D, C0 and B5. RGB value is (77,192,181). Sum of RGB (Red+Green+Blue) = 77+192+181=450 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.11% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 181 (71.09% from 255 or 40.22% from 450); Max value from RGB is 192 - color contains mainly: green. Hex color #4DC0B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC0B5 is #B23F4A. Grayscale: #9C9C9C. Windows color (decimal): -11681611 or 11911245. OLE color: 11911245.
HSL color Cylindrical-coordinate representation of color #4DC0B5: hue angle of 174.26º 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 #4DC0B5 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 192 | 181 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.25 |
| HSL | 174.26º | 0.48% | 0.53% | - |
| HSV(B) | 174.26º | 0.6% | 0.75% | - |
| XYZ | 30.25 | 42.61 | 50.35 | - |
| YUV | 156.36 | 141.9 | 71.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 192 | 181 | 0.60 | 0 | 0.06 | 0.25 | 174.26 | 0.48 | 0.53 |
| Hex | 4D | C0 | B5 | 3C | 0 | 6 | 19 | AE | 30 | 35 |
| Octal | 115 | 300 | 265 | 74 | 0 | 6 | 31 | 256 | 60 | 65 |
| Binary | 1001101 | 11000000 | 10110101 | 111100 | 0 | 110 | 11001 | 10101110 | 110000 | 110101 |
Color Harmonies of #4DC0B5
Complementary color
Monochromatic Colors of #4DC0B5
Black with #4DC0B5
Text Example
Text Example
White with #4DC0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC0B5; }
p { color: rgb(77,192,181); }
H1.HeaderClassName
{
color: #4DC0B5;
}
.AnyTagClassName
{
color: #4DC0B5;
}
</style>
background-color css
<style>
a { background-color: #4DC0B5; }
a { background-color: rgb(77,192,181); }
div.DivClassName
{
background-color: #4DC0B5;
}
.BgClassName
{
background-color: #4DC0B5;
}
</style>
border-color css
<style>
span { border-color: #4DC0B5; }
span { border-color: rgb(77,192,181); }
td.TdClassName
{
border-color: #4DC0B5;
}
.TagClassName
{
border-color: #4DC0B5;
}
</style>