Shades of Puerto Rico #4DCBAC
Tints of Puerto Rico #4DCBAC
RGB
CMYK
RGB Variations
Color information
#4DCBAC (or 0x4DCBAC) is known color: Puerto Rico. HEX triplet: 4D, CB and AC. RGB value is (77,203,172). Sum of RGB (Red+Green+Blue) = 77+203+172=452 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.04% from 452); Green value is 203 (79.69% from 255 or 44.91% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 203 - color contains mainly: green. Hex color #4DCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCBAC is #B23453. Grayscale: #A1A1A1. Windows color (decimal): -11678804 or 11324237. OLE color: 11324237.
HSL color Cylindrical-coordinate representation of color #4DCBAC: hue angle of 165.24º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DCBAC is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 77 | 203 | 172 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.20 |
| HSL | 165.24º | 0.55% | 0.55% | - |
| HSV(B) | 165.24º | 0.62% | 0.8% | - |
| XYZ | 31.86 | 47.27 | 46.47 | - |
| YUV | 161.79 | 133.76 | 67.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 203 | 172 | 0.62 | 0 | 0.15 | 0.20 | 165.24 | 0.55 | 0.55 |
| Hex | 4D | CB | AC | 3E | 0 | F | 14 | A5 | 37 | 37 |
| Octal | 115 | 313 | 254 | 76 | 0 | 17 | 24 | 245 | 67 | 67 |
| Binary | 1001101 | 11001011 | 10101100 | 111110 | 0 | 1111 | 10100 | 10100101 | 110111 | 110111 |
Color Harmonies of #4DCBAC
Complementary color
Monochromatic Colors of #4DCBAC
Black with #4DCBAC
Text Example
Text Example
White with #4DCBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCBAC; }
p { color: rgb(77,203,172); }
H1.HeaderClassName
{
color: #4DCBAC;
}
.AnyTagClassName
{
color: #4DCBAC;
}
</style>
background-color css
<style>
a { background-color: #4DCBAC; }
a { background-color: rgb(77,203,172); }
div.DivClassName
{
background-color: #4DCBAC;
}
.BgClassName
{
background-color: #4DCBAC;
}
</style>
border-color css
<style>
span { border-color: #4DCBAC; }
span { border-color: rgb(77,203,172); }
td.TdClassName
{
border-color: #4DCBAC;
}
.TagClassName
{
border-color: #4DCBAC;
}
</style>