#00E1C2

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

Shades of Robin's Egg Blue #00E1C2

Tints of Robin's Egg Blue #00E1C2

Color information

#00E1C2 (or 0x00E1C2) is unknown color: approx Robin's Egg Blue. HEX triplet: 00, E1 and C2. RGB value is (0,225,194). Sum of RGB (Red+Green+Blue) = 0+225+194=419 (55% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 419); Green value is 225 (88.28% from 255 or 53.70% from 419); Blue value is 194 (76.17% from 255 or 46.30% from 419); Max value from RGB is 225 - color contains mainly: green. Hex color #00E1C2 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E1C2 is #FF1E3D. Grayscale: #9A9A9A. Windows color (decimal): -16719422 or 12771584. OLE color: 12771584.

HSL color Cylindrical-coordinate representation of color #00E1C2: hue angle of 171.73º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E1C2 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.12.

Color convert

RGB0225194-
CMYK100.140.12
HSL171.73º100%44.12%-
HSV(B)171.73º100%88.24%-
XYZ36.6657.7560.25-
YUV154.19150.4618.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 225 (88.28% from 255) = 53.70%
BLUE value IS 194 (76.17% from 255) = 46.30%
R=0%
G=53.70%
B=46.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal0225194100.140.12171.7310044.12
Hex0E1C2640ECac642c
Octal03413021440161425414454
Binary011100001110000101100100011101100101011001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00E1C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00E1C2; }

 p { color: rgb(0,225,194); }

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

<style>
 a { background-color: #00E1C2; }

 a { background-color: rgb(0,225,194); }

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

<style>
 span { border-color: #00E1C2; }

 span { border-color: rgb(0,225,194); }

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