Shades of Puerto Rico #4ECDA3
Tints of Puerto Rico #4ECDA3
RGB
CMYK
RGB Variations
Color information
#4ECDA3 (or 0x4ECDA3) is known color: Puerto Rico. HEX triplet: 4E, CD and A3. RGB value is (78,205,163). Sum of RGB (Red+Green+Blue) = 78+205+163=446 (59% of max value = 765). Red value is 78 (30.86% from 255 or 17.49% from 446); Green value is 205 (80.47% from 255 or 45.96% from 446); Blue value is 163 (64.06% from 255 or 36.55% from 446); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDA3 is #B1325C. Grayscale: #A2A2A2. Windows color (decimal): -11612765 or 10734926. OLE color: 10734926.
HSL color Cylindrical-coordinate representation of color #4ECDA3: hue angle of 160.16º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4ECDA3 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 163 | - |
| CMYK | 0.62 | 0 | 0.20 | 0.20 |
| HSL | 160.16º | 0.56% | 0.55% | - |
| HSV(B) | 160.16º | 0.62% | 0.8% | - |
| XYZ | 31.58 | 47.93 | 42.24 | - |
| YUV | 162.24 | 128.42 | 67.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 163 | 0.62 | 0 | 0.20 | 0.20 | 160.16 | 0.56 | 0.55 |
| Hex | 4E | CD | A3 | 3E | 0 | 14 | 14 | A0 | 38 | 37 |
| Octal | 116 | 315 | 243 | 76 | 0 | 24 | 24 | 240 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10100011 | 111110 | 0 | 10100 | 10100 | 10100000 | 111000 | 110111 |
Color Harmonies of #4ECDA3
Complementary color
Monochromatic Colors of #4ECDA3
Black with #4ECDA3
Text Example
Text Example
White with #4ECDA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDA3; }
p { color: rgb(78,205,163); }
H1.HeaderClassName
{
color: #4ECDA3;
}
.AnyTagClassName
{
color: #4ECDA3;
}
</style>
background-color css
<style>
a { background-color: #4ECDA3; }
a { background-color: rgb(78,205,163); }
div.DivClassName
{
background-color: #4ECDA3;
}
.BgClassName
{
background-color: #4ECDA3;
}
</style>
border-color css
<style>
span { border-color: #4ECDA3; }
span { border-color: rgb(78,205,163); }
td.TdClassName
{
border-color: #4ECDA3;
}
.TagClassName
{
border-color: #4ECDA3;
}
</style>