Shades of Robin's Egg Blue #1ECCC5
Tints of Robin's Egg Blue #1ECCC5
RGB
CMYK
RGB Variations
Color information
#1ECCC5 (or 0x1ECCC5) is known color: Robin's Egg Blue. HEX triplet: 1E, CC and C5. RGB value is (30,204,197). Sum of RGB (Red+Green+Blue) = 30+204+197=431 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.96% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #1ECCC5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECCC5 is #E1333A. Grayscale: #979797. Windows color (decimal): -14758715 or 12962846. OLE color: 12962846.
HSL color Cylindrical-coordinate representation of color #1ECCC5: hue angle of 177.59º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECCC5 is Cyan = 0.85, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 30 | 204 | 197 | - |
| CMYK | 0.85 | 0 | 0.03 | 0.2 |
| HSL | 177.59º | 0.74% | 0.46% | - |
| HSV(B) | 177.59º | 0.85% | 0.8% | - |
| XYZ | 32.21 | 47.49 | 60.29 | - |
| YUV | 151.18 | 153.85 | 41.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 204 | 197 | 0.85 | 0 | 0.03 | 0.2 | 177.59 | 0.74 | 0.46 |
| Hex | 1E | CC | C5 | 55 | 0 | 3 | 14 | B2 | 4A | 2E |
| Octal | 36 | 314 | 305 | 125 | 0 | 3 | 24 | 262 | 112 | 56 |
| Binary | 11110 | 11001100 | 11000101 | 1010101 | 0 | 11 | 10100 | 10110010 | 1001010 | 101110 |
Color Harmonies of #1ECCC5
Complementary color
Monochromatic Colors of #1ECCC5
Black with #1ECCC5
Text Example
Text Example
White with #1ECCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECCC5; }
p { color: rgb(30,204,197); }
H1.HeaderClassName
{
color: #1ECCC5;
}
.AnyTagClassName
{
color: #1ECCC5;
}
</style>
background-color css
<style>
a { background-color: #1ECCC5; }
a { background-color: rgb(30,204,197); }
div.DivClassName
{
background-color: #1ECCC5;
}
.BgClassName
{
background-color: #1ECCC5;
}
</style>
border-color css
<style>
span { border-color: #1ECCC5; }
span { border-color: rgb(30,204,197); }
td.TdClassName
{
border-color: #1ECCC5;
}
.TagClassName
{
border-color: #1ECCC5;
}
</style>