Shades of Puerto Rico #4DB6A2
Tints of Puerto Rico #4DB6A2
RGB
CMYK
RGB Variations
Color information
#4DB6A2 (or 0x4DB6A2) is known color: Puerto Rico. HEX triplet: 4D, B6 and A2. RGB value is (77,182,162). Sum of RGB (Red+Green+Blue) = 77+182+162=421 (55% of max value = 765). Red value is 77 (30.47% from 255 or 18.29% from 421); Green value is 182 (71.48% from 255 or 43.23% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB6A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB6A2 is #B2495D. Grayscale: #949494. Windows color (decimal): -11684190 or 10663501. OLE color: 10663501.
HSL color Cylindrical-coordinate representation of color #4DB6A2: hue angle of 168.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB6A2 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 162 | - |
| CMYK | 0.58 | 0 | 0.11 | 0.29 |
| HSL | 168.57º | 0.42% | 0.51% | - |
| HSV(B) | 168.57º | 0.58% | 0.71% | - |
| XYZ | 26.31 | 37.64 | 40.06 | - |
| YUV | 148.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 162 | 0.58 | 0 | 0.11 | 0.29 | 168.57 | 0.42 | 0.51 |
| Hex | 4D | B6 | A2 | 3A | 0 | B | 1D | A9 | 2A | 33 |
| Octal | 115 | 266 | 242 | 72 | 0 | 13 | 35 | 251 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10100010 | 111010 | 0 | 1011 | 11101 | 10101001 | 101010 | 110011 |
Color Harmonies of #4DB6A2
Complementary color
Monochromatic Colors of #4DB6A2
Black with #4DB6A2
Text Example
Text Example
White with #4DB6A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6A2; }
p { color: rgb(77,182,162); }
H1.HeaderClassName
{
color: #4DB6A2;
}
.AnyTagClassName
{
color: #4DB6A2;
}
</style>
background-color css
<style>
a { background-color: #4DB6A2; }
a { background-color: rgb(77,182,162); }
div.DivClassName
{
background-color: #4DB6A2;
}
.BgClassName
{
background-color: #4DB6A2;
}
</style>
border-color css
<style>
span { border-color: #4DB6A2; }
span { border-color: rgb(77,182,162); }
td.TdClassName
{
border-color: #4DB6A2;
}
.TagClassName
{
border-color: #4DB6A2;
}
</style>