Shades of Puerto Rico #4DB8AA
Tints of Puerto Rico #4DB8AA
RGB
CMYK
RGB Variations
Color information
#4DB8AA (or 0x4DB8AA) is known color: Puerto Rico. HEX triplet: 4D, B8 and AA. RGB value is (77,184,170). Sum of RGB (Red+Green+Blue) = 77+184+170=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 184 (72.27% from 255 or 42.69% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB8AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB8AA is #B24755. Grayscale: #969696. Windows color (decimal): -11683670 or 11188301. OLE color: 11188301.
HSL color Cylindrical-coordinate representation of color #4DB8AA: hue angle of 172.15º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4DB8AA is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 170 | - |
| CMYK | 0.58 | 0 | 0.08 | 0.28 |
| HSL | 172.15º | 0.43% | 0.51% | - |
| HSV(B) | 172.15º | 0.58% | 0.72% | - |
| XYZ | 27.46 | 38.76 | 44.06 | - |
| YUV | 150.41 | 139.05 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 170 | 0.58 | 0 | 0.08 | 0.28 | 172.15 | 0.43 | 0.51 |
| Hex | 4D | B8 | AA | 3A | 0 | 8 | 1C | AC | 2B | 33 |
| Octal | 115 | 270 | 252 | 72 | 0 | 10 | 34 | 254 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10101010 | 111010 | 0 | 1000 | 11100 | 10101100 | 101011 | 110011 |
Color Harmonies of #4DB8AA
Complementary color
Monochromatic Colors of #4DB8AA
Black with #4DB8AA
Text Example
Text Example
White with #4DB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB8AA; }
p { color: rgb(77,184,170); }
H1.HeaderClassName
{
color: #4DB8AA;
}
.AnyTagClassName
{
color: #4DB8AA;
}
</style>
background-color css
<style>
a { background-color: #4DB8AA; }
a { background-color: rgb(77,184,170); }
div.DivClassName
{
background-color: #4DB8AA;
}
.BgClassName
{
background-color: #4DB8AA;
}
</style>
border-color css
<style>
span { border-color: #4DB8AA; }
span { border-color: rgb(77,184,170); }
td.TdClassName
{
border-color: #4DB8AA;
}
.TagClassName
{
border-color: #4DB8AA;
}
</style>