Shades of Robin's Egg Blue #1EC5C4
Tints of Robin's Egg Blue #1EC5C4
RGB
CMYK
RGB Variations
Color information
#1EC5C4 (or 0x1EC5C4) is known color: Robin's Egg Blue. HEX triplet: 1E, C5 and C4. RGB value is (30,197,196). Sum of RGB (Red+Green+Blue) = 30+197+196=423 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.09% from 423); Green value is 197 (77.34% from 255 or 46.57% from 423); Blue value is 196 (76.95% from 255 or 46.34% from 423); Max value from RGB is 197 - color contains mainly: green. Hex color #1EC5C4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EC5C4 is #E13A3B. Grayscale: #929292. Windows color (decimal): -14760508 or 12895518. OLE color: 12895518.
HSL color Cylindrical-coordinate representation of color #1EC5C4: hue angle of 179.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1EC5C4 is Cyan = 0.85, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 30 | 197 | 196 | - |
| CMYK | 0.85 | 0 | 0.01 | 0.23 |
| HSL | 179.64º | 0.74% | 0.45% | - |
| HSV(B) | 179.64º | 0.85% | 0.77% | - |
| XYZ | 30.47 | 44.19 | 59.15 | - |
| YUV | 146.95 | 155.67 | 44.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 197 | 196 | 0.85 | 0 | 0.01 | 0.23 | 179.64 | 0.74 | 0.45 |
| Hex | 1E | C5 | C4 | 55 | 0 | 1 | 17 | B4 | 4A | 2D |
| Octal | 36 | 305 | 304 | 125 | 0 | 1 | 27 | 264 | 112 | 55 |
| Binary | 11110 | 11000101 | 11000100 | 1010101 | 0 | 1 | 10111 | 10110100 | 1001010 | 101101 |
Color Harmonies of #1EC5C4
Complementary color
Monochromatic Colors of #1EC5C4
Black with #1EC5C4
Text Example
Text Example
White with #1EC5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EC5C4; }
p { color: rgb(30,197,196); }
H1.HeaderClassName
{
color: #1EC5C4;
}
.AnyTagClassName
{
color: #1EC5C4;
}
</style>
background-color css
<style>
a { background-color: #1EC5C4; }
a { background-color: rgb(30,197,196); }
div.DivClassName
{
background-color: #1EC5C4;
}
.BgClassName
{
background-color: #1EC5C4;
}
</style>
border-color css
<style>
span { border-color: #1EC5C4; }
span { border-color: rgb(30,197,196); }
td.TdClassName
{
border-color: #1EC5C4;
}
.TagClassName
{
border-color: #1EC5C4;
}
</style>