Shades of Puerto Rico #4DB4A2
Tints of Puerto Rico #4DB4A2
RGB
CMYK
RGB Variations
Color information
#4DB4A2 (or 0x4DB4A2) is known color: Puerto Rico. HEX triplet: 4D, B4 and A2. RGB value is (77,180,162). Sum of RGB (Red+Green+Blue) = 77+180+162=419 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.38% from 419); Green value is 180 (70.70% from 255 or 42.96% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 180 - color contains mainly: green. Hex color #4DB4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB4A2 is #B24B5D. Grayscale: #939393. Windows color (decimal): -11684702 or 10662989. OLE color: 10662989.
HSL color Cylindrical-coordinate representation of color #4DB4A2: hue angle of 169.51º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB4A2 is Cyan = 0.57, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 180 | 162 | - |
| CMYK | 0.57 | 0 | 0.1 | 0.29 |
| HSL | 169.51º | 0.41% | 0.5% | - |
| HSV(B) | 169.51º | 0.57% | 0.71% | - |
| XYZ | 25.9 | 36.83 | 39.93 | - |
| YUV | 147.15 | 136.38 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 180 | 162 | 0.57 | 0 | 0.1 | 0.29 | 169.51 | 0.41 | 0.5 |
| Hex | 4D | B4 | A2 | 39 | 0 | A | 1D | AA | 29 | 32 |
| Octal | 115 | 264 | 242 | 71 | 0 | 12 | 35 | 252 | 51 | 62 |
| Binary | 1001101 | 10110100 | 10100010 | 111001 | 0 | 1010 | 11101 | 10101010 | 101001 | 110010 |
Color Harmonies of #4DB4A2
Complementary color
Monochromatic Colors of #4DB4A2
Black with #4DB4A2
Text Example
Text Example
White with #4DB4A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB4A2; }
p { color: rgb(77,180,162); }
H1.HeaderClassName
{
color: #4DB4A2;
}
.AnyTagClassName
{
color: #4DB4A2;
}
</style>
background-color css
<style>
a { background-color: #4DB4A2; }
a { background-color: rgb(77,180,162); }
div.DivClassName
{
background-color: #4DB4A2;
}
.BgClassName
{
background-color: #4DB4A2;
}
</style>
border-color css
<style>
span { border-color: #4DB4A2; }
span { border-color: rgb(77,180,162); }
td.TdClassName
{
border-color: #4DB4A2;
}
.TagClassName
{
border-color: #4DB4A2;
}
</style>