#1ECAC2

Color #1ECAC2 Robin's Egg Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Robin's Egg Blue #1ECAC2

Tints of Robin's Egg Blue #1ECAC2

Color information

#1ECAC2 (or 0x1ECAC2) is unknown color: approx Robin's Egg Blue. HEX triplet: 1E, CA and C2. RGB value is (30,202,194). Sum of RGB (Red+Green+Blue) = 30+202+194=426 (56% of max value = 765). Red value is 30 (12.11% from 255 or 7.04% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 194 (76.17% from 255 or 45.54% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #1ECAC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1ECAC2 is #E1353D. Grayscale: #959595. Windows color (decimal): -14759230 or 12765726. OLE color: 12765726.

HSL color Cylindrical-coordinate representation of color #1ECAC2: hue angle of 177.21º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1ECAC2 is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB30202194-
CMYK0.8500.040.21
HSL177.21º74.14%45.49%-
HSV(B)177.21º85.15%79.22%-
XYZ31.3946.4158.34-
YUV149.66153.0242.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 30 (12.11% from 255) = 7.04%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 194 (76.17% from 255) = 45.54%
R=7.04%
G=47.42%
B=45.54%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal302021940.8500.040.21177.2174.1445.49
Hex1ECAC2550415b14a2d
Octal36312302125042526111255
Binary1111011001010110000101010101010010101101100011001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ECAC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ECAC2; }

 p { color: rgb(30,202,194); }

 H1.HeaderClassName
 {
   color: #1ECAC2;
 }
 .AnyTagClassName
 {
   color: #1ECAC2;
 }
</style>
background-color css

<style>
 a { background-color: #1ECAC2; }

 a { background-color: rgb(30,202,194); }

 div.DivClassName
 {
   background-color: #1ECAC2;
 }
 .BgClassName
 {
   background-color: #1ECAC2;
 }
</style>
border-color css

<style>
 span { border-color: #1ECAC2; }

 span { border-color: rgb(30,202,194); }

 td.TdClassName
 {
   border-color: #1ECAC2;
 }
 .TagClassName
 {
   border-color: #1ECAC2;
 }
</style>