Shades of Puerto Rico #4DCEA8
Tints of Puerto Rico #4DCEA8
RGB
CMYK
RGB Variations
Color information
#4DCEA8 (or 0x4DCEA8) is known color: Puerto Rico. HEX triplet: 4D, CE and A8. RGB value is (77,206,168). Sum of RGB (Red+Green+Blue) = 77+206+168=451 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.07% from 451); Green value is 206 (80.86% from 255 or 45.68% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEA8 is #B23157. Grayscale: #A3A3A3. Windows color (decimal): -11678040 or 11062861. OLE color: 11062861.
HSL color Cylindrical-coordinate representation of color #4DCEA8: hue angle of 162.33º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4DCEA8 is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 168 | - |
| CMYK | 0.63 | 0 | 0.18 | 0.19 |
| HSL | 162.33º | 0.57% | 0.55% | - |
| HSV(B) | 162.33º | 0.63% | 0.81% | - |
| XYZ | 32.2 | 48.55 | 44.72 | - |
| YUV | 163.1 | 130.76 | 66.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 168 | 0.63 | 0 | 0.18 | 0.19 | 162.33 | 0.57 | 0.55 |
| Hex | 4D | CE | A8 | 3F | 0 | 12 | 13 | A2 | 39 | 37 |
| Octal | 115 | 316 | 250 | 77 | 0 | 22 | 23 | 242 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10101000 | 111111 | 0 | 10010 | 10011 | 10100010 | 111001 | 110111 |
Color Harmonies of #4DCEA8
Complementary color
Monochromatic Colors of #4DCEA8
Black with #4DCEA8
Text Example
Text Example
White with #4DCEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEA8; }
p { color: rgb(77,206,168); }
H1.HeaderClassName
{
color: #4DCEA8;
}
.AnyTagClassName
{
color: #4DCEA8;
}
</style>
background-color css
<style>
a { background-color: #4DCEA8; }
a { background-color: rgb(77,206,168); }
div.DivClassName
{
background-color: #4DCEA8;
}
.BgClassName
{
background-color: #4DCEA8;
}
</style>
border-color css
<style>
span { border-color: #4DCEA8; }
span { border-color: rgb(77,206,168); }
td.TdClassName
{
border-color: #4DCEA8;
}
.TagClassName
{
border-color: #4DCEA8;
}
</style>