#14574A

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

Shades of Evening Sea #14574A

Tints of Evening Sea #14574A

Color information

#14574A (or 0x14574A) is unknown color: approx Evening Sea. HEX triplet: 14, 57 and 4A. RGB value is (20,87,74). Sum of RGB (Red+Green+Blue) = 20+87+74=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 87 (34.38% from 255 or 48.07% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 87 - color contains mainly: green. Hex color #14574A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14574A is #EBA8B5. Grayscale: #414141. Windows color (decimal): -15444150 or 4871956. OLE color: 4871956.

HSL color Cylindrical-coordinate representation of color #14574A: hue angle of 168.36º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #14574A is Cyan = 0.77, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.66.

Color convert

RGB208774-
CMYK0.7700.150.66
HSL168.36º62.62%20.98%-
HSV(B)168.36º77.01%34.12%-
XYZ4.937.467.66-
YUV65.48132.895.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.05%
GREEN value IS 87 (34.38% from 255) = 48.07%
BLUE value IS 74 (29.30% from 255) = 40.88%
R=11.05%
G=48.07%
B=40.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2087740.7700.150.66168.3662.6220.98
Hex14574A4D0F42a83f15
Octal241271121150171022507725
Binary101001010111100101010011010111110000101010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14574A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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