#14594A

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

Shades of Evening Sea #14594A

Tints of Evening Sea #14594A

Color information

#14594A (or 0x14594A) is unknown color: approx Evening Sea. HEX triplet: 14, 59 and 4A. RGB value is (20,89,74). Sum of RGB (Red+Green+Blue) = 20+89+74=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 89 (35.16% from 255 or 48.63% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 89 - color contains mainly: green. Hex color #14594A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14594A is #EBA6B5. Grayscale: #424242. Windows color (decimal): -15443638 or 4872468. OLE color: 4872468.

HSL color Cylindrical-coordinate representation of color #14594A: hue angle of 166.96º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #14594A is Cyan = 0.78, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB208974-
CMYK0.7800.170.65
HSL166.96º63.3%21.37%-
HSV(B)166.96º77.53%34.9%-
XYZ5.17.797.71-
YUV66.66132.1494.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.93%
GREEN value IS 89 (35.16% from 255) = 48.63%
BLUE value IS 74 (29.30% from 255) = 40.44%
R=10.93%
G=48.63%
B=40.44%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2089740.7800.170.65166.9663.321.37
Hex14594A4E01141a73f15
Octal241311121160211012477725
Binary1010010110011001010100111001000110000011010011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14594A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14594A; }

 p { color: rgb(20,89,74); }

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

<style>
 a { background-color: #14594A; }

 a { background-color: rgb(20,89,74); }

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

<style>
 span { border-color: #14594A; }

 span { border-color: rgb(20,89,74); }

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