Html Css Color HEX #1E5C50 Eden

📋 copy color: '#1E5C50'

red 30 ◦ green 92 ◦ blue 80

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

Shades of Eden #1E5C50

Tints of Eden #1E5C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 45.54%

 BLUE value IS 80 (31.64% from 255) = 39.6%

R = 14.85%
G = 45.54%
B = 39.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#1E5C50 (or 0x1E5C50) is known color: Eden. HEX triplet: 1E, 5C and 50. RGB value is (30,92,80). Sum of RGB (Red+Green+Blue) = 30+92+80=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 92 - color contains mainly: green. Hex color #1E5C50 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5C50 is #E1A3AF. Grayscale: #484848. Windows color (decimal): -14787504 or 5266462. OLE color: 5266462.

HSL color Cylindrical-coordinate representation of color #1E5C50: hue angle of 168.39º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E5C50 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 92 80 -
CMYK 0.67 0 0.13 0.64
HSL 168.39º 0.51% 0.24% -
HSV(B) 168.39º 0.67% 0.36% -
XYZ 5.81 8.51 8.93 -
YUV 72.09 132.46 97.98 -
System Red Green Blue C M Y K H S L
Decimal 30 92 80 0.67 0 0.13 0.64 168.39 0.51 0.24
Hex 1E 5C 50 43 0 D 40 A8 33 18
Octal 36 134 120 103 0 15 100 250 63 30
Binary 11110 1011100 1010000 1000011 0 1101 1000000 10101000 110011 11000

Color Harmonies of #1E5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E5C50

Black with #1E5C50

Text Example


Text Example

White with #1E5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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