Html Css Color HEX #1E604C Evening Sea

📋 copy color: '#1E604C'

red 30 ◦ green 96 ◦ blue 76

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

Shades of Evening Sea #1E604C

Tints of Evening Sea #1E604C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 37.62%

R = 14.85%
G = 47.52%
B = 37.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#1E604C (or 0x1E604C) is known color: Evening Sea. HEX triplet: 1E, 60 and 4C. RGB value is (30,96,76). Sum of RGB (Red+Green+Blue) = 30+96+76=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #1E604C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E604C is #E19FB3. Grayscale: #4A4A4A. Windows color (decimal): -14786484 or 5005342. OLE color: 5005342.

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

Color convert

RGB 30 96 76 -
CMYK 0.69 0 0.21 0.62
HSL 161.82º 0.52% 0.25% -
HSV(B) 161.82º 0.69% 0.38% -
XYZ 6.02 9.16 8.29 -
YUV 73.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 30 96 76 0.69 0 0.21 0.62 161.82 0.52 0.25
Hex 1E 60 4C 45 0 15 3E A2 34 19
Octal 36 140 114 105 0 25 76 242 64 31
Binary 11110 1100000 1001100 1000101 0 10101 111110 10100010 110100 11001

Color Harmonies of #1E604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E604C

Black with #1E604C

Text Example


Text Example

White with #1E604C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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