Shades of Puerto Rico #4DAB9A
Tints of Puerto Rico #4DAB9A
RGB
CMYK
RGB Variations
Color information
#4DAB9A (or 0x4DAB9A) is known color: Puerto Rico. HEX triplet: 4D, AB and 9A. RGB value is (77,171,154). Sum of RGB (Red+Green+Blue) = 77+171+154=402 (53% of max value = 765). Red value is 77 (30.47% from 255 or 19.15% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAB9A is #B25465. Grayscale: #8C8C8C. Windows color (decimal): -11687014 or 10136397. OLE color: 10136397.
HSL color Cylindrical-coordinate representation of color #4DAB9A: hue angle of 169.15º 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 #4DAB9A is Cyan = 0.55, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 154 | - |
| CMYK | 0.55 | 0 | 0.10 | 0.33 |
| HSL | 169.15º | 0.38% | 0.49% | - |
| HSV(B) | 169.15º | 0.55% | 0.67% | - |
| XYZ | 23.46 | 33.04 | 35.71 | - |
| YUV | 140.96 | 135.36 | 82.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 154 | 0.55 | 0 | 0.10 | 0.33 | 169.15 | 0.38 | 0.49 |
| Hex | 4D | AB | 9A | 37 | 0 | A | 21 | A9 | 26 | 31 |
| Octal | 115 | 253 | 232 | 67 | 0 | 12 | 41 | 251 | 46 | 61 |
| Binary | 1001101 | 10101011 | 10011010 | 110111 | 0 | 1010 | 100001 | 10101001 | 100110 | 110001 |
Color Harmonies of #4DAB9A
Complementary color
Monochromatic Colors of #4DAB9A
Black with #4DAB9A
Text Example
Text Example
White with #4DAB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB9A; }
p { color: rgb(77,171,154); }
H1.HeaderClassName
{
color: #4DAB9A;
}
.AnyTagClassName
{
color: #4DAB9A;
}
</style>
background-color css
<style>
a { background-color: #4DAB9A; }
a { background-color: rgb(77,171,154); }
div.DivClassName
{
background-color: #4DAB9A;
}
.BgClassName
{
background-color: #4DAB9A;
}
</style>
border-color css
<style>
span { border-color: #4DAB9A; }
span { border-color: rgb(77,171,154); }
td.TdClassName
{
border-color: #4DAB9A;
}
.TagClassName
{
border-color: #4DAB9A;
}
</style>