Shades of Puerto Rico #4DB9AA
Tints of Puerto Rico #4DB9AA
RGB
CMYK
RGB Variations
Color information
#4DB9AA (or 0x4DB9AA) is known color: Puerto Rico. HEX triplet: 4D, B9 and AA. RGB value is (77,185,170). Sum of RGB (Red+Green+Blue) = 77+185+170=432 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.82% from 432); Green value is 185 (72.66% from 255 or 42.82% from 432); Blue value is 170 (66.80% from 255 or 39.35% from 432); Max value from RGB is 185 - color contains mainly: green. Hex color #4DB9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB9AA is #B24655. Grayscale: #969696. Windows color (decimal): -11683414 or 11188557. OLE color: 11188557.
HSL color Cylindrical-coordinate representation of color #4DB9AA: hue angle of 171.67º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB9AA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 77 | 185 | 170 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.27 |
| HSL | 171.67º | 0.44% | 0.51% | - |
| HSV(B) | 171.67º | 0.58% | 0.73% | - |
| XYZ | 27.67 | 39.18 | 44.13 | - |
| YUV | 151 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 185 | 170 | 0.58 | 0 | 0.08 | 0.27 | 171.67 | 0.44 | 0.51 |
| Hex | 4D | B9 | AA | 3A | 0 | 8 | 1B | AC | 2C | 33 |
| Octal | 115 | 271 | 252 | 72 | 0 | 10 | 33 | 254 | 54 | 63 |
| Binary | 1001101 | 10111001 | 10101010 | 111010 | 0 | 1000 | 11011 | 10101100 | 101100 | 110011 |
Color Harmonies of #4DB9AA
Complementary color
Monochromatic Colors of #4DB9AA
Black with #4DB9AA
Text Example
Text Example
White with #4DB9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB9AA; }
p { color: rgb(77,185,170); }
H1.HeaderClassName
{
color: #4DB9AA;
}
.AnyTagClassName
{
color: #4DB9AA;
}
</style>
background-color css
<style>
a { background-color: #4DB9AA; }
a { background-color: rgb(77,185,170); }
div.DivClassName
{
background-color: #4DB9AA;
}
.BgClassName
{
background-color: #4DB9AA;
}
</style>
border-color css
<style>
span { border-color: #4DB9AA; }
span { border-color: rgb(77,185,170); }
td.TdClassName
{
border-color: #4DB9AA;
}
.TagClassName
{
border-color: #4DB9AA;
}
</style>