#1A614F

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

Shades of Evening Sea #1A614F

Tints of Evening Sea #1A614F

Color information

#1A614F (or 0x1A614F) is unknown color: approx Evening Sea. HEX triplet: 1A, 61 and 4F. RGB value is (26,97,79). Sum of RGB (Red+Green+Blue) = 26+97+79=202 (26% of max value = 765). Red value is 26 (10.55% from 255 or 12.87% from 202); Green value is 97 (38.28% from 255 or 48.02% from 202); Blue value is 79 (31.25% from 255 or 39.11% from 202); Max value from RGB is 97 - color contains mainly: green. Hex color #1A614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A614F is #E59EB0. Grayscale: #494949. Windows color (decimal): -15048369 or 5202202. OLE color: 5202202.

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

Color convert

RGB269779-
CMYK0.7300.190.62
HSL164.79º57.72%24.12%-
HSV(B)164.79º73.2%38.04%-
XYZ6.119.338.88-
YUV73.72130.9893.96-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 12.87%
GREEN value IS 97 (38.28% from 255) = 48.02%
BLUE value IS 79 (31.25% from 255) = 39.11%
R=12.87%
G=48.02%
B=39.11%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2697790.7300.190.62164.7957.7224.12
Hex1A614F490133Ea53a18
Octal32141117111023762457230
Binary110101100001100111110010010100111111101010010111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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