Shades of Puerto Rico #4DC8AE
Tints of Puerto Rico #4DC8AE
RGB
CMYK
RGB Variations
Color information
#4DC8AE (or 0x4DC8AE) is known color: Puerto Rico. HEX triplet: 4D, C8 and AE. RGB value is (77,200,174). Sum of RGB (Red+Green+Blue) = 77+200+174=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 174 (68.36% from 255 or 38.58% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #4DC8AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DC8AE is #B23751. Grayscale: #A0A0A0. Windows color (decimal): -11679570 or 11454541. OLE color: 11454541.
HSL color Cylindrical-coordinate representation of color #4DC8AE: hue angle of 167.32º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4DC8AE is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 77 | 200 | 174 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.22 |
| HSL | 167.32º | 0.53% | 0.54% | - |
| HSV(B) | 167.32º | 0.62% | 0.78% | - |
| XYZ | 31.35 | 45.94 | 47.26 | - |
| YUV | 160.26 | 135.75 | 68.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 200 | 174 | 0.62 | 0 | 0.13 | 0.22 | 167.32 | 0.53 | 0.54 |
| Hex | 4D | C8 | AE | 3E | 0 | D | 16 | A7 | 35 | 36 |
| Octal | 115 | 310 | 256 | 76 | 0 | 15 | 26 | 247 | 65 | 66 |
| Binary | 1001101 | 11001000 | 10101110 | 111110 | 0 | 1101 | 10110 | 10100111 | 110101 | 110110 |
Color Harmonies of #4DC8AE
Complementary color
Monochromatic Colors of #4DC8AE
Black with #4DC8AE
Text Example
Text Example
White with #4DC8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DC8AE; }
p { color: rgb(77,200,174); }
H1.HeaderClassName
{
color: #4DC8AE;
}
.AnyTagClassName
{
color: #4DC8AE;
}
</style>
background-color css
<style>
a { background-color: #4DC8AE; }
a { background-color: rgb(77,200,174); }
div.DivClassName
{
background-color: #4DC8AE;
}
.BgClassName
{
background-color: #4DC8AE;
}
</style>
border-color css
<style>
span { border-color: #4DC8AE; }
span { border-color: rgb(77,200,174); }
td.TdClassName
{
border-color: #4DC8AE;
}
.TagClassName
{
border-color: #4DC8AE;
}
</style>