Html Css Color HEX #00E2BA Robin's Egg Blue

📋 copy color: '#00E2BA'

red 0 ◦ green 226 ◦ blue 186

#00E2BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Robin's Egg Blue #00E2BA

Tints of Robin's Egg Blue #00E2BA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 226 (88.67% from 255) = 54.85%

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 0%
G = 54.85%
B = 45.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#00E2BA (or 0x00E2BA) is known color: Robin's Egg Blue. HEX triplet: 00, E2 and BA. RGB value is (0,226,186). Sum of RGB (Red+Green+Blue) = 0+226+186=412 (54% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 412); Green value is 226 (88.67% from 255 or 54.85% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 226 - color contains mainly: green. Hex color #00E2BA is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #00E2BA is #FF1D45. Grayscale: #999999. Windows color (decimal): -16719174 or 12247552. OLE color: 12247552.

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

Color convert

RGB 0 226 186 -
CMYK 1 0 0.18 0.11
HSL 169.38º 1% 0.44% -
HSV(B) 169.38º 1% 0.89% -
XYZ 36.06 57.94 55.74 -
YUV 153.87 146.13 18.25 -
System Red Green Blue C M Y K H S L
Decimal 0 226 186 1 0 0.18 0.11 169.38 1 0.44
Hex 0 E2 BA 64 0 12 B A9 64 2C
Octal 0 342 272 144 0 22 13 251 144 54
Binary 0 11100010 10111010 1100100 0 10010 1011 10101001 1100100 101100

Color Harmonies of #00E2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E2BA

Black with #00E2BA

Text Example


Text Example

White with #00E2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,226,186); }

 H1.HeaderClassName
 {
   color: #00E2BA;
 }
 .AnyTagClassName
 {
   color: #00E2BA;
 }
</style>

background-color css

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

 a { background-color: rgb(0,226,186); }

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

border-color css

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

 span { border-color: rgb(0,226,186); }

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