Shades of Puerto Rico #4DCEA3
Tints of Puerto Rico #4DCEA3
RGB
CMYK
RGB Variations
Color information
#4DCEA3 (or 0x4DCEA3) is known color: Puerto Rico. HEX triplet: 4D, CE and A3. RGB value is (77,206,163). Sum of RGB (Red+Green+Blue) = 77+206+163=446 (59% of max value = 765). Red value is 77 (30.47% from 255 or 17.26% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #4DCEA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DCEA3 is #B2315C. Grayscale: #A2A2A2. Windows color (decimal): -11678045 or 10735181. OLE color: 10735181.
HSL color Cylindrical-coordinate representation of color #4DCEA3: hue angle of 160º 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 #4DCEA3 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 77 | 206 | 163 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.19 |
| HSL | 160º | 0.57% | 0.55% | - |
| HSV(B) | 160º | 0.63% | 0.81% | - |
| XYZ | 31.74 | 48.36 | 42.31 | - |
| YUV | 162.53 | 128.26 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 206 | 163 | 0.63 | 0 | 0.21 | 0.19 | 160 | 0.57 | 0.55 |
| Hex | 4D | CE | A3 | 3F | 0 | 15 | 13 | A0 | 39 | 37 |
| Octal | 115 | 316 | 243 | 77 | 0 | 25 | 23 | 240 | 71 | 67 |
| Binary | 1001101 | 11001110 | 10100011 | 111111 | 0 | 10101 | 10011 | 10100000 | 111001 | 110111 |
Color Harmonies of #4DCEA3
Complementary color
Monochromatic Colors of #4DCEA3
Black with #4DCEA3
Text Example
Text Example
White with #4DCEA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DCEA3; }
p { color: rgb(77,206,163); }
H1.HeaderClassName
{
color: #4DCEA3;
}
.AnyTagClassName
{
color: #4DCEA3;
}
</style>
background-color css
<style>
a { background-color: #4DCEA3; }
a { background-color: rgb(77,206,163); }
div.DivClassName
{
background-color: #4DCEA3;
}
.BgClassName
{
background-color: #4DCEA3;
}
</style>
border-color css
<style>
span { border-color: #4DCEA3; }
span { border-color: rgb(77,206,163); }
td.TdClassName
{
border-color: #4DCEA3;
}
.TagClassName
{
border-color: #4DCEA3;
}
</style>