#1A694F

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

Shades of Evening Sea #1A694F

Tints of Evening Sea #1A694F

Color information

#1A694F (or 0x1A694F) is unknown color: approx Evening Sea. HEX triplet: 1A, 69 and 4F. RGB value is (26,105,79). Sum of RGB (Red+Green+Blue) = 26+105+79=210 (27% of max value = 765). Red value is 26 (10.55% from 255 or 12.38% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #1A694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A694F is #E596B0. Grayscale: #4E4E4E. Windows color (decimal): -15046321 or 5204250. OLE color: 5204250.

HSL color Cylindrical-coordinate representation of color #1A694F: hue angle of 160.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A694F is Cyan = 0.75, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB2610579-
CMYK0.7500.250.59
HSL160.25º60.31%25.69%-
HSV(B)160.25º75.24%41.18%-
XYZ6.8910.899.14-
YUV78.41128.3390.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.38%
GREEN value IS 105 (41.41% from 255) = 50%
BLUE value IS 79 (31.25% from 255) = 37.62%
R=12.38%
G=50%
B=37.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal26105790.7500.250.59160.2560.3125.69
Hex1A694F4B0193Ba03c1a
Octal32151117113031732407432
Binary110101101001100111110010110110011110111010000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A694F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,105,79); }

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

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

 a { background-color: rgb(26,105,79); }

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

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

 span { border-color: rgb(26,105,79); }

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