#14614F

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

Shades of Evening Sea #14614F

Tints of Evening Sea #14614F

Color information

#14614F (or 0x14614F) is unknown color: approx Evening Sea. HEX triplet: 14, 61 and 4F. RGB value is (20,97,79). Sum of RGB (Red+Green+Blue) = 20+97+79=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 97 (38.28% from 255 or 49.49% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 97 - color contains mainly: green. Hex color #14614F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #14614F is #EB9EB0. Grayscale: #474747. Windows color (decimal): -15441585 or 5202196. OLE color: 5202196.

HSL color Cylindrical-coordinate representation of color #14614F: hue angle of 165.97º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14614F is Cyan = 0.79, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB209779-
CMYK0.7900.190.62
HSL165.97º65.81%22.94%-
HSV(B)165.97º79.38%38.04%-
XYZ5.979.268.87-
YUV71.92131.9990.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.20%
GREEN value IS 97 (38.28% from 255) = 49.49%
BLUE value IS 79 (31.25% from 255) = 40.31%
R=10.20%
G=49.49%
B=40.31%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2097790.7900.190.62165.9765.8122.94
Hex14614F4F0133Ea64217
Octal241411171170237624610227
Binary1010011000011001111100111101001111111010100110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14614F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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