Shades of Puerto Rico #4DB6AA
Tints of Puerto Rico #4DB6AA
RGB
CMYK
RGB Variations
Color information
#4DB6AA (or 0x4DB6AA) is known color: Puerto Rico. HEX triplet: 4D, B6 and AA. RGB value is (77,182,170). Sum of RGB (Red+Green+Blue) = 77+182+170=429 (56% of max value = 765). Red value is 77 (30.47% from 255 or 17.95% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #4DB6AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB6AA is #B24955. Grayscale: #959595. Windows color (decimal): -11684182 or 11187789. OLE color: 11187789.
HSL color Cylindrical-coordinate representation of color #4DB6AA: hue angle of 173.14º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB6AA is Cyan = 0.58, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 77 | 182 | 170 | - |
| CMYK | 0.58 | 0 | 0.07 | 0.29 |
| HSL | 173.14º | 0.42% | 0.51% | - |
| HSV(B) | 173.14º | 0.58% | 0.71% | - |
| XYZ | 27.04 | 37.94 | 43.93 | - |
| YUV | 149.24 | 139.71 | 76.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 182 | 170 | 0.58 | 0 | 0.07 | 0.29 | 173.14 | 0.42 | 0.51 |
| Hex | 4D | B6 | AA | 3A | 0 | 7 | 1D | AD | 2A | 33 |
| Octal | 115 | 266 | 252 | 72 | 0 | 7 | 35 | 255 | 52 | 63 |
| Binary | 1001101 | 10110110 | 10101010 | 111010 | 0 | 111 | 11101 | 10101101 | 101010 | 110011 |
Color Harmonies of #4DB6AA
Complementary color
Monochromatic Colors of #4DB6AA
Black with #4DB6AA
Text Example
Text Example
White with #4DB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB6AA; }
p { color: rgb(77,182,170); }
H1.HeaderClassName
{
color: #4DB6AA;
}
.AnyTagClassName
{
color: #4DB6AA;
}
</style>
background-color css
<style>
a { background-color: #4DB6AA; }
a { background-color: rgb(77,182,170); }
div.DivClassName
{
background-color: #4DB6AA;
}
.BgClassName
{
background-color: #4DB6AA;
}
</style>
border-color css
<style>
span { border-color: #4DB6AA; }
span { border-color: rgb(77,182,170); }
td.TdClassName
{
border-color: #4DB6AA;
}
.TagClassName
{
border-color: #4DB6AA;
}
</style>