Html Css Color HEX #1E614F Evening Sea

📋 copy color: '#1E614F'

red 30 ◦ green 97 ◦ blue 79

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

Shades of Evening Sea #1E614F

Tints of Evening Sea #1E614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.09%

 BLUE value IS 79 (31.25% from 255) = 38.35%

R = 14.56%
G = 47.09%
B = 38.35%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#1E614F (or 0x1E614F) is known color: Evening Sea. HEX triplet: 1E, 61 and 4F. RGB value is (30,97,79). Sum of RGB (Red+Green+Blue) = 30+97+79=206 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.56% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 79 (31.25% from 255 or 38.35% from 206); Max value from RGB is 97 - color contains mainly: green. Hex color #1E614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E614F is #E19EB0. Grayscale: #4A4A4A. Windows color (decimal): -14786225 or 5202206. OLE color: 5202206.

HSL color Cylindrical-coordinate representation of color #1E614F: hue angle of 163.88º degrees, saturation: 0.53, 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 #1E614F is Cyan = 0.69, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 97 79 -
CMYK 0.69 0 0.19 0.62
HSL 163.88º 0.53% 0.25% -
HSV(B) 163.88º 0.69% 0.38% -
XYZ 6.22 9.39 8.88 -
YUV 74.92 130.3 95.96 -
System Red Green Blue C M Y K H S L
Decimal 30 97 79 0.69 0 0.19 0.62 163.88 0.53 0.25
Hex 1E 61 4F 45 0 13 3E A4 35 19
Octal 36 141 117 105 0 23 76 244 65 31
Binary 11110 1100001 1001111 1000101 0 10011 111110 10100100 110101 11001

Color Harmonies of #1E614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E614F

Black with #1E614F

Text Example


Text Example

White with #1E614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,97,79); }

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

background-color css

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

 a { background-color: rgb(30,97,79); }

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

border-color css

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

 span { border-color: rgb(30,97,79); }

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