Html Css Color HEX #1E867E Elm

📋 copy color: '#1E867E'

red 30 ◦ green 134 ◦ blue 126

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

Shades of Elm #1E867E

Tints of Elm #1E867E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.21%

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 10.34%
G = 46.21%
B = 43.45%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#1E867E (or 0x1E867E) is known color: Elm. HEX triplet: 1E, 86 and 7E. RGB value is (30,134,126). Sum of RGB (Red+Green+Blue) = 30+134+126=290 (38% of max value = 765). Red value is 30 (12.11% from 255 or 10.34% from 290); Green value is 134 (52.73% from 255 or 46.21% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 134 - color contains mainly: green. Hex color #1E867E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1E867E is #E17981. Grayscale: #656565. Windows color (decimal): -14776706 or 8291870. OLE color: 8291870.

HSL color Cylindrical-coordinate representation of color #1E867E: hue angle of 175.38º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1E867E is Cyan = 0.78, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 30 134 126 -
CMYK 0.78 0 0.06 0.47
HSL 175.38º 0.63% 0.32% -
HSV(B) 175.38º 0.78% 0.53% -
XYZ 12.83 18.83 22.7 -
YUV 101.99 141.54 76.65 -
System Red Green Blue C M Y K H S L
Decimal 30 134 126 0.78 0 0.06 0.47 175.38 0.63 0.32
Hex 1E 86 7E 4E 0 6 2F AF 3F 20
Octal 36 206 176 116 0 6 57 257 77 40
Binary 11110 10000110 1111110 1001110 0 110 101111 10101111 111111 100000

Color Harmonies of #1E867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E867E

Black with #1E867E

Text Example


Text Example

White with #1E867E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,134,126); }

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

background-color css

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

 a { background-color: rgb(30,134,126); }

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

border-color css

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

 span { border-color: rgb(30,134,126); }

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