Html Css Color HEX #1EDABA Robin's Egg Blue

📋 copy color: '#1EDABA'

red 30 ◦ green 218 ◦ blue 186

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

Shades of Robin's Egg Blue #1EDABA

Tints of Robin's Egg Blue #1EDABA

RGB

 RED value IS 30 (12.11% from 255) = 6.91%

 GREEN value IS 218 (85.55% from 255) = 50.23%

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

R = 6.91%
G = 50.23%
B = 42.86%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#1EDABA (or 0x1EDABA) is known color: Robin's Egg Blue. HEX triplet: 1E, DA and BA. RGB value is (30,218,186). Sum of RGB (Red+Green+Blue) = 30+218+186=434 (57% of max value = 765). Red value is 30 (12.11% from 255 or 6.91% from 434); Green value is 218 (85.55% from 255 or 50.23% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 218 - color contains mainly: green. Hex color #1EDABA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #1EDABA is #E12545. Grayscale: #9E9E9E. Windows color (decimal): -14755142 or 12245534. OLE color: 12245534.

HSL color Cylindrical-coordinate representation of color #1EDABA: hue angle of 169.79º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1EDABA is Cyan = 0.86, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 30 218 186 -
CMYK 0.86 0 0.15 0.15
HSL 169.79º 0.76% 0.49% -
HSV(B) 169.79º 0.86% 0.85% -
XYZ 34.47 53.96 55.05 -
YUV 158.14 143.72 36.6 -
System Red Green Blue C M Y K H S L
Decimal 30 218 186 0.86 0 0.15 0.15 169.79 0.76 0.49
Hex 1E DA BA 56 0 F F AA 4C 31
Octal 36 332 272 126 0 17 17 252 114 61
Binary 11110 11011010 10111010 1010110 0 1111 1111 10101010 1001100 110001

Color Harmonies of #1EDABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDABA

Black with #1EDABA

Text Example


Text Example

White with #1EDABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,218,186); }

 H1.HeaderClassName
 {
   color: #1EDABA;
 }
 .AnyTagClassName
 {
   color: #1EDABA;
 }
</style>

background-color css

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

 a { background-color: rgb(30,218,186); }

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

border-color css

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

 span { border-color: rgb(30,218,186); }

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