Shades of Puerto Rico #4DBEAA
Tints of Puerto Rico #4DBEAA
RGB
CMYK
RGB Variations
Color information
#4DBEAA (or 0x4DBEAA) is known color: Puerto Rico. HEX triplet: 4D, BE and AA. RGB value is (77,190,170). Sum of RGB (Red+Green+Blue) = 77+190+170=437 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.62% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #4DBEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBEAA is #B24155. Grayscale: #999999. Windows color (decimal): -11682134 or 11189837. OLE color: 11189837.
HSL color Cylindrical-coordinate representation of color #4DBEAA: hue angle of 169.38º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBEAA is Cyan = 0.59, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 77 | 190 | 170 | - |
| CMYK | 0.59 | 0 | 0.11 | 0.25 |
| HSL | 169.38º | 0.47% | 0.52% | - |
| HSV(B) | 169.38º | 0.59% | 0.75% | - |
| XYZ | 28.73 | 41.31 | 44.49 | - |
| YUV | 153.93 | 137.06 | 73.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 190 | 170 | 0.59 | 0 | 0.11 | 0.25 | 169.38 | 0.47 | 0.52 |
| Hex | 4D | BE | AA | 3B | 0 | B | 19 | A9 | 2F | 34 |
| Octal | 115 | 276 | 252 | 73 | 0 | 13 | 31 | 251 | 57 | 64 |
| Binary | 1001101 | 10111110 | 10101010 | 111011 | 0 | 1011 | 11001 | 10101001 | 101111 | 110100 |
Color Harmonies of #4DBEAA
Complementary color
Monochromatic Colors of #4DBEAA
Black with #4DBEAA
Text Example
Text Example
White with #4DBEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBEAA; }
p { color: rgb(77,190,170); }
H1.HeaderClassName
{
color: #4DBEAA;
}
.AnyTagClassName
{
color: #4DBEAA;
}
</style>
background-color css
<style>
a { background-color: #4DBEAA; }
a { background-color: rgb(77,190,170); }
div.DivClassName
{
background-color: #4DBEAA;
}
.BgClassName
{
background-color: #4DBEAA;
}
</style>
border-color css
<style>
span { border-color: #4DBEAA; }
span { border-color: rgb(77,190,170); }
td.TdClassName
{
border-color: #4DBEAA;
}
.TagClassName
{
border-color: #4DBEAA;
}
</style>