#19614B

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

Shades of Evening Sea #19614B

Tints of Evening Sea #19614B

Color information

#19614B (or 0x19614B) is unknown color: approx Evening Sea. HEX triplet: 19, 61 and 4B. RGB value is (25,97,75). Sum of RGB (Red+Green+Blue) = 25+97+75=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #19614B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #19614B is #E69EB4. Grayscale: #484848. Windows color (decimal): -15113909 or 4940057. OLE color: 4940057.

HSL color Cylindrical-coordinate representation of color #19614B: hue angle of 161.67º 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 #19614B is Cyan = 0.74, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB259775-
CMYK0.7400.230.62
HSL161.67º59.02%23.92%-
HSV(B)161.67º74.23%38.04%-
XYZ5.959.268.13-
YUV72.96129.1593.79-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 75 (29.69% from 255) = 38.07%
R=12.69%
G=49.24%
B=38.07%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2597750.7400.230.62161.6759.0223.92
Hex19614B4A0173Ea23b18
Octal31141113112027762427330
Binary110011100001100101110010100101111111101010001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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