Shades of Robin's Egg Blue #1ECFC0
Tints of Robin's Egg Blue #1ECFC0
RGB
CMYK
RGB Variations
Color information
#1ECFC0 (or 0x1ECFC0) is known color: Robin's Egg Blue. HEX triplet: 1E, CF and C0. RGB value is (30,207,192). Sum of RGB (Red+Green+Blue) = 30+207+192=429 (56% of max value = 765). Red value is 30 (12.11% from 255 or 6.99% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #1ECFC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECFC0 is #E1303F. Grayscale: #989898. Windows color (decimal): -14757952 or 12635934. OLE color: 12635934.
HSL color Cylindrical-coordinate representation of color #1ECFC0: hue angle of 174.92º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1ECFC0 is Cyan = 0.86, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
RGB | 30 | 207 | 192 | - |
CMYK | 0.86 | 0 | 0.07 | 0.19 |
HSL | 174.92º | 0.75% | 0.46% | - |
HSV(B) | 174.92º | 0.86% | 0.81% | - |
XYZ | 32.36 | 48.71 | 57.56 | - |
YUV | 152.37 | 150.36 | 40.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 207 | 192 | 0.86 | 0 | 0.07 | 0.19 | 174.92 | 0.75 | 0.46 |
Hex | 1E | CF | C0 | 56 | 0 | 7 | 13 | AF | 4B | 2E |
Octal | 36 | 317 | 300 | 126 | 0 | 7 | 23 | 257 | 113 | 56 |
Binary | 11110 | 11001111 | 11000000 | 1010110 | 0 | 111 | 10011 | 10101111 | 1001011 | 101110 |
Color Harmonies of #1ECFC0
Complementary color
Monochromatic Colors of #1ECFC0
Black with #1ECFC0
Text Example
Text Example
White with #1ECFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1ECFC0; }
p { color: rgb(30,207,192); }
H1.HeaderClassName
{
color: #1ECFC0;
}
.AnyTagClassName
{
color: #1ECFC0;
}
</style>
background-color css
<style>
a { background-color: #1ECFC0; }
a { background-color: rgb(30,207,192); }
div.DivClassName
{
background-color: #1ECFC0;
}
.BgClassName
{
background-color: #1ECFC0;
}
</style>
border-color css
<style>
span { border-color: #1ECFC0; }
span { border-color: rgb(30,207,192); }
td.TdClassName
{
border-color: #1ECFC0;
}
.TagClassName
{
border-color: #1ECFC0;
}
</style>