Shades of Puerto Rico #4DB0A2
Tints of Puerto Rico #4DB0A2
RGB
CMYK
RGB Variations
Color information
#4DB0A2 (or 0x4DB0A2) is known color: Puerto Rico. HEX triplet: 4D, B0 and A2. RGB value is (77,176,162). Sum of RGB (Red+Green+Blue) = 77+176+162=415 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.55% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #4DB0A2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DB0A2 is #B24F5D. Grayscale: #909090. Windows color (decimal): -11685726 or 10661965. OLE color: 10661965.
HSL color Cylindrical-coordinate representation of color #4DB0A2: hue angle of 171.52º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DB0A2 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 77 | 176 | 162 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.31 |
| HSL | 171.52º | 0.39% | 0.5% | - |
| HSV(B) | 171.52º | 0.56% | 0.69% | - |
| XYZ | 25.11 | 35.24 | 39.66 | - |
| YUV | 144.8 | 137.7 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 176 | 162 | 0.56 | 0 | 0.08 | 0.31 | 171.52 | 0.39 | 0.5 |
| Hex | 4D | B0 | A2 | 38 | 0 | 8 | 1F | AC | 27 | 32 |
| Octal | 115 | 260 | 242 | 70 | 0 | 10 | 37 | 254 | 47 | 62 |
| Binary | 1001101 | 10110000 | 10100010 | 111000 | 0 | 1000 | 11111 | 10101100 | 100111 | 110010 |
Color Harmonies of #4DB0A2
Complementary color
Monochromatic Colors of #4DB0A2
Black with #4DB0A2
Text Example
Text Example
White with #4DB0A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB0A2; }
p { color: rgb(77,176,162); }
H1.HeaderClassName
{
color: #4DB0A2;
}
.AnyTagClassName
{
color: #4DB0A2;
}
</style>
background-color css
<style>
a { background-color: #4DB0A2; }
a { background-color: rgb(77,176,162); }
div.DivClassName
{
background-color: #4DB0A2;
}
.BgClassName
{
background-color: #4DB0A2;
}
</style>
border-color css
<style>
span { border-color: #4DB0A2; }
span { border-color: rgb(77,176,162); }
td.TdClassName
{
border-color: #4DB0A2;
}
.TagClassName
{
border-color: #4DB0A2;
}
</style>