Html Css Color HEX #1E706E Elm

📋 copy color: '#1E706E'

red 30 ◦ green 112 ◦ blue 110

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

Shades of Elm #1E706E

Tints of Elm #1E706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.44%

 BLUE value IS 110 (43.36% from 255) = 43.65%

R = 11.9%
G = 44.44%
B = 43.65%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#1E706E (or 0x1E706E) is known color: Elm. HEX triplet: 1E, 70 and 6E. RGB value is (30,112,110). Sum of RGB (Red+Green+Blue) = 30+112+110=252 (33% of max value = 765). Red value is 30 (12.11% from 255 or 11.90% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 110 (43.36% from 255 or 43.65% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #1E706E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E706E is #E18F91. Grayscale: #575757. Windows color (decimal): -14782354 or 7237662. OLE color: 7237662.

HSL color Cylindrical-coordinate representation of color #1E706E: hue angle of 178.54º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E706E is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 112 110 -
CMYK 0.73 0 0.02 0.56
HSL 178.54º 0.58% 0.28% -
HSV(B) 178.54º 0.73% 0.44% -
XYZ 9.14 12.99 16.78 -
YUV 87.25 140.83 87.16 -
System Red Green Blue C M Y K H S L
Decimal 30 112 110 0.73 0 0.02 0.56 178.54 0.58 0.28
Hex 1E 70 6E 49 0 2 38 B3 3A 1C
Octal 36 160 156 111 0 2 70 263 72 34
Binary 11110 1110000 1101110 1001001 0 10 111000 10110011 111010 11100

Color Harmonies of #1E706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E706E

Black with #1E706E

Text Example


Text Example

White with #1E706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,112,110); }

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

background-color css

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

 a { background-color: rgb(30,112,110); }

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

border-color css

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

 span { border-color: rgb(30,112,110); }

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