Html Css Color HEX #1E6350 Evening Sea

📋 copy color: '#1E6350'

red 30 ◦ green 99 ◦ blue 80

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

Shades of Evening Sea #1E6350

Tints of Evening Sea #1E6350

RGB

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

 GREEN value IS 99 (39.06% from 255) = 47.37%

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

R = 14.35%
G = 47.37%
B = 38.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.61

RGB Variations

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

Color information

#1E6350 (or 0x1E6350) is known color: Evening Sea. HEX triplet: 1E, 63 and 50. RGB value is (30,99,80). Sum of RGB (Red+Green+Blue) = 30+99+80=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 99 (39.06% from 255 or 47.37% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 99 - color contains mainly: green. Hex color #1E6350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E6350 is #E19CAF. Grayscale: #4C4C4C. Windows color (decimal): -14785712 or 5268254. OLE color: 5268254.

HSL color Cylindrical-coordinate representation of color #1E6350: hue angle of 163.48º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1E6350 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.61.

Color convert

RGB 30 99 80 -
CMYK 0.70 0 0.19 0.61
HSL 163.48º 0.53% 0.25% -
HSV(B) 163.48º 0.7% 0.39% -
XYZ 6.45 9.78 9.14 -
YUV 76.2 130.14 95.04 -
System Red Green Blue C M Y K H S L
Decimal 30 99 80 0.70 0 0.19 0.61 163.48 0.53 0.25
Hex 1E 63 50 46 0 13 3D A3 35 19
Octal 36 143 120 106 0 23 75 243 65 31
Binary 11110 1100011 1010000 1000110 0 10011 111101 10100011 110101 11001

Color Harmonies of #1E6350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E6350

Black with #1E6350

Text Example


Text Example

White with #1E6350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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