Shades of Puerto Rico #4ECDB0
Tints of Puerto Rico #4ECDB0
RGB
CMYK
RGB Variations
Color information
#4ECDB0 (or 0x4ECDB0) is known color: Puerto Rico. HEX triplet: 4E, CD and B0. RGB value is (78,205,176). Sum of RGB (Red+Green+Blue) = 78+205+176=459 (60% of max value = 765). Red value is 78 (30.86% from 255 or 16.99% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #4ECDB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4ECDB0 is #B1324F. Grayscale: #A3A3A3. Windows color (decimal): -11612752 or 11586894. OLE color: 11586894.
HSL color Cylindrical-coordinate representation of color #4ECDB0: hue angle of 166.3º 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 #4ECDB0 is Cyan = 0.62, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 78 | 205 | 176 | - |
| CMYK | 0.62 | 0 | 0.14 | 0.20 |
| HSL | 166.3º | 0.56% | 0.55% | - |
| HSV(B) | 166.3º | 0.62% | 0.8% | - |
| XYZ | 32.81 | 48.42 | 48.69 | - |
| YUV | 163.72 | 134.92 | 66.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 205 | 176 | 0.62 | 0 | 0.14 | 0.20 | 166.3 | 0.56 | 0.55 |
| Hex | 4E | CD | B0 | 3E | 0 | E | 14 | A6 | 38 | 37 |
| Octal | 116 | 315 | 260 | 76 | 0 | 16 | 24 | 246 | 70 | 67 |
| Binary | 1001110 | 11001101 | 10110000 | 111110 | 0 | 1110 | 10100 | 10100110 | 111000 | 110111 |
Color Harmonies of #4ECDB0
Complementary color
Monochromatic Colors of #4ECDB0
Black with #4ECDB0
Text Example
Text Example
White with #4ECDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4ECDB0; }
p { color: rgb(78,205,176); }
H1.HeaderClassName
{
color: #4ECDB0;
}
.AnyTagClassName
{
color: #4ECDB0;
}
</style>
background-color css
<style>
a { background-color: #4ECDB0; }
a { background-color: rgb(78,205,176); }
div.DivClassName
{
background-color: #4ECDB0;
}
.BgClassName
{
background-color: #4ECDB0;
}
</style>
border-color css
<style>
span { border-color: #4ECDB0; }
span { border-color: rgb(78,205,176); }
td.TdClassName
{
border-color: #4ECDB0;
}
.TagClassName
{
border-color: #4ECDB0;
}
</style>