#16614E

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

Shades of Evening Sea #16614E

Tints of Evening Sea #16614E

Color information

#16614E (or 0x16614E) is unknown color: approx Evening Sea. HEX triplet: 16, 61 and 4E. RGB value is (22,97,78). Sum of RGB (Red+Green+Blue) = 22+97+78=197 (26% of max value = 765). Red value is 22 (8.98% from 255 or 11.17% from 197); Green value is 97 (38.28% from 255 or 49.24% from 197); Blue value is 78 (30.86% from 255 or 39.59% from 197); Max value from RGB is 97 - color contains mainly: green. Hex color #16614E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16614E is #E99EB1. Grayscale: #484848. Windows color (decimal): -15310514 or 5136662. OLE color: 5136662.

HSL color Cylindrical-coordinate representation of color #16614E: hue angle of 164.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16614E is Cyan = 0.77, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.62.

Color convert

RGB229778-
CMYK0.7700.200.62
HSL164.8º63.03%23.33%-
HSV(B)164.8º77.32%38.04%-
XYZ5.989.278.68-
YUV72.41131.1592.04-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.17%
GREEN value IS 97 (38.28% from 255) = 49.24%
BLUE value IS 78 (30.86% from 255) = 39.59%
R=11.17%
G=49.24%
B=39.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297780.7700.200.62164.863.0323.33
Hex16614E4D0143Ea53f17
Octal26141116115024762457727
Binary101101100001100111010011010101001111101010010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16614E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16614E; }

 p { color: rgb(22,97,78); }

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

<style>
 a { background-color: #16614E; }

 a { background-color: rgb(22,97,78); }

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

<style>
 span { border-color: #16614E; }

 span { border-color: rgb(22,97,78); }

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