Html Css Color HEX #1E664E Evening Sea

📋 copy color: '#1E664E'

red 30 ◦ green 102 ◦ blue 78

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

Shades of Evening Sea #1E664E

Tints of Evening Sea #1E664E

RGB

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

 GREEN value IS 102 (40.23% from 255) = 48.57%

 BLUE value IS 78 (30.86% from 255) = 37.14%

R = 14.29%
G = 48.57%
B = 37.14%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.24

 K value IS 0.6

RGB Variations

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

Color information

#1E664E (or 0x1E664E) is known color: Evening Sea. HEX triplet: 1E, 66 and 4E. RGB value is (30,102,78). Sum of RGB (Red+Green+Blue) = 30+102+78=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #1E664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E664E is #E199B1. Grayscale: #4D4D4D. Windows color (decimal): -14784946 or 5137950. OLE color: 5137950.

HSL color Cylindrical-coordinate representation of color #1E664E: hue angle of 160º degrees, saturation: 0.55, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E664E is Cyan = 0.71, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB 30 102 78 -
CMYK 0.71 0 0.24 0.6
HSL 160º 0.55% 0.26% -
HSV(B) 160º 0.71% 0.4% -
XYZ 6.66 10.33 8.85 -
YUV 77.74 128.15 93.95 -
System Red Green Blue C M Y K H S L
Decimal 30 102 78 0.71 0 0.24 0.6 160 0.55 0.26
Hex 1E 66 4E 47 0 18 3C A0 37 1A
Octal 36 146 116 107 0 30 74 240 67 32
Binary 11110 1100110 1001110 1000111 0 11000 111100 10100000 110111 11010

Color Harmonies of #1E664E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E664E

Black with #1E664E

Text Example


Text Example

White with #1E664E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,102,78); }

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

background-color css

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

 a { background-color: rgb(30,102,78); }

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

border-color css

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

 span { border-color: rgb(30,102,78); }

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