Html Css Color HEX #1E705C Eden

📋 copy color: '#1E705C'

red 30 ◦ green 112 ◦ blue 92

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

Shades of Eden #1E705C

Tints of Eden #1E705C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 39.32%

R = 12.82%
G = 47.86%
B = 39.32%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.18

 K value IS 0.56

RGB Variations

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

Color information

#1E705C (or 0x1E705C) is known color: Eden. HEX triplet: 1E, 70 and 5C. RGB value is (30,112,92). Sum of RGB (Red+Green+Blue) = 30+112+92=234 (30% of max value = 765). Red value is 30 (12.11% from 255 or 12.82% from 234); Green value is 112 (44.14% from 255 or 47.86% from 234); Blue value is 92 (36.33% from 255 or 39.32% from 234); Max value from RGB is 112 - color contains mainly: green. Hex color #1E705C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E705C is #E18FA3. Grayscale: #555555. Windows color (decimal): -14782372 or 6058014. OLE color: 6058014.

HSL color Cylindrical-coordinate representation of color #1E705C: hue angle of 165.37º 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 #1E705C is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 112 92 -
CMYK 0.73 0 0.18 0.56
HSL 165.37º 0.58% 0.28% -
HSV(B) 165.37º 0.73% 0.44% -
XYZ 8.26 12.64 12.13 -
YUV 85.2 131.83 88.63 -
System Red Green Blue C M Y K H S L
Decimal 30 112 92 0.73 0 0.18 0.56 165.37 0.58 0.28
Hex 1E 70 5C 49 0 12 38 A5 3A 1C
Octal 36 160 134 111 0 22 70 245 72 34
Binary 11110 1110000 1011100 1001001 0 10010 111000 10100101 111010 11100

Color Harmonies of #1E705C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E705C

Black with #1E705C

Text Example


Text Example

White with #1E705C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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