#1A614D

Color #1A614D Evening Sea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Evening Sea #1A614D

Tints of Evening Sea #1A614D

Color information

#1A614D (or 0x1A614D) is unknown color: approx Evening Sea. HEX triplet: 1A, 61 and 4D. RGB value is (26,97,77). Sum of RGB (Red+Green+Blue) = 26+97+77=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 77 (30.47% from 255 or 38.5% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #1A614D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A614D is #E59EB2. Grayscale: #494949. Windows color (decimal): -15048371 or 5071130. OLE color: 5071130.

HSL color Cylindrical-coordinate representation of color #1A614D: hue angle of 163.1º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1A614D is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB269777-
CMYK0.7300.210.62
HSL163.1º57.72%24.12%-
HSV(B)163.1º73.2%38.04%-
XYZ6.049.38.5-
YUV73.49129.9894.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 77 (30.47% from 255) = 38.5%
R=13%
G=48.5%
B=38.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697770.7300.210.62163.157.7224.12
Hex1A614D490153Ea33a18
Octal32141115111025762437230
Binary110101100001100110110010010101011111101010001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A614D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,97,77); }

 H1.HeaderClassName
 {
   color: #1A614D;
 }
 .AnyTagClassName
 {
   color: #1A614D;
 }
</style>
background-color css

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

 a { background-color: rgb(26,97,77); }

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

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

 span { border-color: rgb(26,97,77); }

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