Shades of Puerto Rico #4DAC98
Tints of Puerto Rico #4DAC98
RGB
CMYK
RGB Variations
Color information
#4DAC98 (or 0x4DAC98) is known color: Puerto Rico. HEX triplet: 4D, AC and 98. RGB value is (77,172,152). Sum of RGB (Red+Green+Blue) = 77+172+152=401 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.20% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 152 (59.77% from 255 or 37.91% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC98 is #B25367. Grayscale: #8D8D8D. Windows color (decimal): -11686760 or 10005581. OLE color: 10005581.
HSL color Cylindrical-coordinate representation of color #4DAC98: hue angle of 167.37º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC98 is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 152 | - |
| CMYK | 0.55 | 0 | 0.12 | 0.33 |
| HSL | 167.37º | 0.38% | 0.49% | - |
| HSV(B) | 167.37º | 0.55% | 0.67% | - |
| XYZ | 23.48 | 33.35 | 34.91 | - |
| YUV | 141.32 | 134.03 | 82.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 152 | 0.55 | 0 | 0.12 | 0.33 | 167.37 | 0.38 | 0.49 |
| Hex | 4D | AC | 98 | 37 | 0 | C | 21 | A7 | 26 | 31 |
| Octal | 115 | 254 | 230 | 67 | 0 | 14 | 41 | 247 | 46 | 61 |
| Binary | 1001101 | 10101100 | 10011000 | 110111 | 0 | 1100 | 100001 | 10100111 | 100110 | 110001 |
Color Harmonies of #4DAC98
Complementary color
Monochromatic Colors of #4DAC98
Black with #4DAC98
Text Example
Text Example
White with #4DAC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC98; }
p { color: rgb(77,172,152); }
H1.HeaderClassName
{
color: #4DAC98;
}
.AnyTagClassName
{
color: #4DAC98;
}
</style>
background-color css
<style>
a { background-color: #4DAC98; }
a { background-color: rgb(77,172,152); }
div.DivClassName
{
background-color: #4DAC98;
}
.BgClassName
{
background-color: #4DAC98;
}
</style>
border-color css
<style>
span { border-color: #4DAC98; }
span { border-color: rgb(77,172,152); }
td.TdClassName
{
border-color: #4DAC98;
}
.TagClassName
{
border-color: #4DAC98;
}
</style>