Html Css Color HEX #1E786F Elm

📋 copy color: '#1E786F'

red 30 ◦ green 120 ◦ blue 111

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

Shades of Elm #1E786F

Tints of Elm #1E786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.98%

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 11.49%
G = 45.98%
B = 42.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#1E786F (or 0x1E786F) is known color: Elm. HEX triplet: 1E, 78 and 6F. RGB value is (30,120,111). Sum of RGB (Red+Green+Blue) = 30+120+111=261 (34% of max value = 765). Red value is 30 (12.11% from 255 or 11.49% from 261); Green value is 120 (47.27% from 255 or 45.98% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 120 - color contains mainly: green. Hex color #1E786F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E786F is #E18790. Grayscale: #5C5C5C. Windows color (decimal): -14780305 or 7305246. OLE color: 7305246.

HSL color Cylindrical-coordinate representation of color #1E786F: hue angle of 174º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E786F is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 120 111 -
CMYK 0.75 0 0.08 0.53
HSL 174º 0.6% 0.29% -
HSV(B) 174º 0.75% 0.47% -
XYZ 10.12 14.86 17.37 -
YUV 92.06 138.68 83.73 -
System Red Green Blue C M Y K H S L
Decimal 30 120 111 0.75 0 0.08 0.53 174 0.6 0.29
Hex 1E 78 6F 4B 0 8 35 AE 3C 1D
Octal 36 170 157 113 0 10 65 256 74 35
Binary 11110 1111000 1101111 1001011 0 1000 110101 10101110 111100 11101

Color Harmonies of #1E786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E786F

Black with #1E786F

Text Example


Text Example

White with #1E786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,120,111); }

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

background-color css

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

 a { background-color: rgb(30,120,111); }

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

border-color css

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

 span { border-color: rgb(30,120,111); }

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