Shades of Puerto Rico #4DC9B0
Tints of Puerto Rico #4DC9B0
RGB
CMYK
RGB Variations
Color information
#4DC9B0 (or 0x4DC9B0) is known color: Puerto Rico. HEX triplet: 4D, C9 and B0. RGB value is (77,201,176). Sum of RGB (Red+Green+Blue) = 77+201+176=454 (60% of max value = 765). Red value is 77 (30.47% from 255 or 16.96% from 454); Green value is 201 (78.91% from 255 or 44.27% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 201 - color contains mainly: green. Hex color #4DC9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC9B0 is #B2364F. Grayscale: #A1A1A1. Windows color (decimal): -11679312 or 11585869. OLE color: 11585869.
HSL color Cylindrical-coordinate representation of color #4DC9B0: hue angle of 167.9º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC9B0 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 77 | 201 | 176 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.21 |
| HSL | 167.9º | 0.53% | 0.55% | - |
| HSV(B) | 167.9º | 0.62% | 0.79% | - |
| XYZ | 31.78 | 46.49 | 48.37 | - |
| YUV | 161.07 | 136.42 | 68.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 201 | 176 | 0.62 | 0 | 0.12 | 0.21 | 167.9 | 0.53 | 0.55 |
| Hex | 4D | C9 | B0 | 3E | 0 | C | 15 | A8 | 35 | 37 |
| Octal | 115 | 311 | 260 | 76 | 0 | 14 | 25 | 250 | 65 | 67 |
| Binary | 1001101 | 11001001 | 10110000 | 111110 | 0 | 1100 | 10101 | 10101000 | 110101 | 110111 |
Color Harmonies of #4DC9B0
Complementary color
Monochromatic Colors of #4DC9B0
Black with #4DC9B0
Text Example
Text Example
White with #4DC9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC9B0; }
p { color: rgb(77,201,176); }
H1.HeaderClassName
{
color: #4DC9B0;
}
.AnyTagClassName
{
color: #4DC9B0;
}
</style>
background-color css
<style>
a { background-color: #4DC9B0; }
a { background-color: rgb(77,201,176); }
div.DivClassName
{
background-color: #4DC9B0;
}
.BgClassName
{
background-color: #4DC9B0;
}
</style>
border-color css
<style>
span { border-color: #4DC9B0; }
span { border-color: rgb(77,201,176); }
td.TdClassName
{
border-color: #4DC9B0;
}
.TagClassName
{
border-color: #4DC9B0;
}
</style>