#19614E

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

Shades of Evening Sea #19614E

Tints of Evening Sea #19614E

Color information

#19614E (or 0x19614E) is unknown color: approx Evening Sea. HEX triplet: 19, 61 and 4E. RGB value is (25,97,78). Sum of RGB (Red+Green+Blue) = 25+97+78=200 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.5% from 200); Green value is 97 (38.28% from 255 or 48.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 97 - color contains mainly: green. Hex color #19614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19614E is #E69EB1. Grayscale: #494949. Windows color (decimal): -15113906 or 5136665. OLE color: 5136665.

HSL color Cylindrical-coordinate representation of color #19614E: hue angle of 164.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19614E is Cyan = 0.74, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB259778-
CMYK0.7400.200.62
HSL164.17º59.02%23.92%-
HSV(B)164.17º74.23%38.04%-
XYZ6.059.318.69-
YUV73.31130.6593.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.5%
GREEN value IS 97 (38.28% from 255) = 48.5%
BLUE value IS 78 (30.86% from 255) = 39%
R=12.5%
G=48.5%
B=39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597780.7400.200.62164.1759.0223.92
Hex19614E4A0143Ea43b18
Octal31141116112024762447330
Binary110011100001100111010010100101001111101010010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19614E; }

 p { color: rgb(25,97,78); }

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

<style>
 a { background-color: #19614E; }

 a { background-color: rgb(25,97,78); }

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

<style>
 span { border-color: #19614E; }

 span { border-color: rgb(25,97,78); }

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