Html Css Color HEX #1EDBA6 Shamrock

📋 copy color: '#1EDBA6'

red 30 ◦ green 219 ◦ blue 166

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

Shades of Shamrock #1EDBA6

Tints of Shamrock #1EDBA6

RGB

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

 GREEN value IS 219 (85.94% from 255) = 52.77%

 BLUE value IS 166 (65.23% from 255) = 40%

R = 7.23%
G = 52.77%
B = 40%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#1EDBA6 (or 0x1EDBA6) is known color: Shamrock. HEX triplet: 1E, DB and A6. RGB value is (30,219,166). Sum of RGB (Red+Green+Blue) = 30+219+166=415 (54% of max value = 765). Red value is 30 (12.11% from 255 or 7.23% from 415); Green value is 219 (85.94% from 255 or 52.77% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 219 - color contains mainly: green. Hex color #1EDBA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EDBA6 is #E12459. Grayscale: #9C9C9C. Windows color (decimal): -14754906 or 10935070. OLE color: 10935070.

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

Color convert

RGB 30 219 166 -
CMYK 0.86 0 0.24 0.14
HSL 163.17º 0.76% 0.49% -
HSV(B) 163.17º 0.86% 0.86% -
XYZ 32.75 53.69 44.71 -
YUV 156.45 133.38 37.81 -
System Red Green Blue C M Y K H S L
Decimal 30 219 166 0.86 0 0.24 0.14 163.17 0.76 0.49
Hex 1E DB A6 56 0 18 E A3 4C 31
Octal 36 333 246 126 0 30 16 243 114 61
Binary 11110 11011011 10100110 1010110 0 11000 1110 10100011 1001100 110001

Color Harmonies of #1EDBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EDBA6

Black with #1EDBA6

Text Example


Text Example

White with #1EDBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,219,166); }

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

background-color css

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

 a { background-color: rgb(30,219,166); }

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

border-color css

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

 span { border-color: rgb(30,219,166); }

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