#14644F

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

Shades of Evening Sea #14644F

Tints of Evening Sea #14644F

Color information

#14644F (or 0x14644F) is unknown color: approx Evening Sea. HEX triplet: 14, 64 and 4F. RGB value is (20,100,79). Sum of RGB (Red+Green+Blue) = 20+100+79=199 (26% of max value = 765). Red value is 20 (8.20% from 255 or 10.05% from 199); Green value is 100 (39.45% from 255 or 50.25% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 100 - color contains mainly: green. Hex color #14644F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14644F is #EB9BB0. Grayscale: #494949. Windows color (decimal): -15440817 or 5202964. OLE color: 5202964.

HSL color Cylindrical-coordinate representation of color #14644F: hue angle of 164.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #14644F is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.61.

Color convert

RGB2010079-
CMYK0.800.210.61
HSL164.25º66.67%23.53%-
HSV(B)164.25º80%39.22%-
XYZ6.269.838.96-
YUV73.6913189.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.05%
GREEN value IS 100 (39.45% from 255) = 50.25%
BLUE value IS 79 (31.25% from 255) = 39.70%
R=10.05%
G=50.25%
B=39.70%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal20100790.800.210.61164.2566.6723.53
Hex14644F500153Da44318
Octal241441171200257524410330
Binary1010011001001001111101000001010111110110100100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14644F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14644F; }

 p { color: rgb(20,100,79); }

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

<style>
 a { background-color: #14644F; }

 a { background-color: rgb(20,100,79); }

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

<style>
 span { border-color: #14644F; }

 span { border-color: rgb(20,100,79); }

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