Shades of Puerto Rico #4DC8B5
Tints of Puerto Rico #4DC8B5
RGB
CMYK
RGB Variations
Color information
#4DC8B5 (or 0x4DC8B5) is known color: Puerto Rico. HEX triplet: 4D, C8 and B5. RGB value is (77,200,181). Sum of RGB (Red+Green+Blue) = 77+200+181=458 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.81% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC8B5 is #B2374A. Grayscale: #A1A1A1. Windows color (decimal): -11679563 or 11913293. OLE color: 11913293.
HSL color Cylindrical-coordinate representation of color #4DC8B5: hue angle of 170.73º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8B5 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 181 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.22 |
| HSL | 170.73º | 0.53% | 0.54% | - |
| HSV(B) | 170.73º | 0.62% | 0.78% | - |
| XYZ | 32.06 | 46.22 | 50.95 | - |
| YUV | 161.06 | 139.25 | 68.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 181 | 0.62 | 0 | 0.09 | 0.22 | 170.73 | 0.53 | 0.54 |
| Hex | 4D | C8 | B5 | 3E | 0 | 9 | 16 | AB | 35 | 36 |
| Octal | 115 | 310 | 265 | 76 | 0 | 11 | 26 | 253 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10110101 | 111110 | 0 | 1001 | 10110 | 10101011 | 110101 | 110110 |
Color Harmonies of #4DC8B5
Complementary color
Monochromatic Colors of #4DC8B5
Black with #4DC8B5
Text Example
Text Example
White with #4DC8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8B5; }
p { color: rgb(77,200,181); }
H1.HeaderClassName
{
color: #4DC8B5;
}
.AnyTagClassName
{
color: #4DC8B5;
}
</style>
background-color css
<style>
a { background-color: #4DC8B5; }
a { background-color: rgb(77,200,181); }
div.DivClassName
{
background-color: #4DC8B5;
}
.BgClassName
{
background-color: #4DC8B5;
}
</style>
border-color css
<style>
span { border-color: #4DC8B5; }
span { border-color: rgb(77,200,181); }
td.TdClassName
{
border-color: #4DC8B5;
}
.TagClassName
{
border-color: #4DC8B5;
}
</style>