Html Css Color HEX #1E604D Evening Sea

📋 copy color: '#1E604D'

red 30 ◦ green 96 ◦ blue 77

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

Shades of Evening Sea #1E604D

Tints of Evening Sea #1E604D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 47.29%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 14.78%
G = 47.29%
B = 37.93%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.20

 K value IS 0.62

RGB Variations

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

Color information

#1E604D (or 0x1E604D) is known color: Evening Sea. HEX triplet: 1E, 60 and 4D. RGB value is (30,96,77). Sum of RGB (Red+Green+Blue) = 30+96+77=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 96 (37.89% from 255 or 47.29% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E604D is #E19FB2. Grayscale: #4A4A4A. Windows color (decimal): -14786483 or 5070878. OLE color: 5070878.

HSL color Cylindrical-coordinate representation of color #1E604D: hue angle of 162.73º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E604D is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 96 77 -
CMYK 0.69 0 0.20 0.62
HSL 162.73º 0.52% 0.25% -
HSV(B) 162.73º 0.69% 0.38% -
XYZ 6.06 9.18 8.47 -
YUV 74.1 129.63 96.54 -
System Red Green Blue C M Y K H S L
Decimal 30 96 77 0.69 0 0.20 0.62 162.73 0.52 0.25
Hex 1E 60 4D 45 0 14 3E A3 34 19
Octal 36 140 115 105 0 24 76 243 64 31
Binary 11110 1100000 1001101 1000101 0 10100 111110 10100011 110100 11001

Color Harmonies of #1E604D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E604D

Black with #1E604D

Text Example


Text Example

White with #1E604D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,96,77); }

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

background-color css

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

 a { background-color: rgb(30,96,77); }

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

border-color css

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

 span { border-color: rgb(30,96,77); }

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