Shades of Puerto Rico #4DB8AE
Tints of Puerto Rico #4DB8AE
RGB
CMYK
RGB Variations
Color information
#4DB8AE (or 0x4DB8AE) is known color: Puerto Rico. HEX triplet: 4D, B8 and AE. RGB value is (77,184,174). Sum of RGB (Red+Green+Blue) = 77+184+174=435 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.70% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #4DB8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DB8AE is #B24751. Grayscale: #969696. Windows color (decimal): -11683666 or 11450445. OLE color: 11450445.
HSL color Cylindrical-coordinate representation of color #4DB8AE: hue angle of 174.39º 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 #4DB8AE is Cyan = 0.58, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 77 | 184 | 174 | - |
| CMYK | 0.58 | 0 | 0.05 | 0.28 |
| HSL | 174.39º | 0.43% | 0.51% | - |
| HSV(B) | 174.39º | 0.58% | 0.72% | - |
| XYZ | 27.84 | 38.91 | 46.09 | - |
| YUV | 150.87 | 141.05 | 75.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 184 | 174 | 0.58 | 0 | 0.05 | 0.28 | 174.39 | 0.43 | 0.51 |
| Hex | 4D | B8 | AE | 3A | 0 | 5 | 1C | AE | 2B | 33 |
| Octal | 115 | 270 | 256 | 72 | 0 | 5 | 34 | 256 | 53 | 63 |
| Binary | 1001101 | 10111000 | 10101110 | 111010 | 0 | 101 | 11100 | 10101110 | 101011 | 110011 |
Color Harmonies of #4DB8AE
Complementary color
Monochromatic Colors of #4DB8AE
Black with #4DB8AE
Text Example
Text Example
White with #4DB8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DB8AE; }
p { color: rgb(77,184,174); }
H1.HeaderClassName
{
color: #4DB8AE;
}
.AnyTagClassName
{
color: #4DB8AE;
}
</style>
background-color css
<style>
a { background-color: #4DB8AE; }
a { background-color: rgb(77,184,174); }
div.DivClassName
{
background-color: #4DB8AE;
}
.BgClassName
{
background-color: #4DB8AE;
}
</style>
border-color css
<style>
span { border-color: #4DB8AE; }
span { border-color: rgb(77,184,174); }
td.TdClassName
{
border-color: #4DB8AE;
}
.TagClassName
{
border-color: #4DB8AE;
}
</style>