#16614C

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

Shades of Evening Sea #16614C

Tints of Evening Sea #16614C

Color information

#16614C (or 0x16614C) is unknown color: approx Evening Sea. HEX triplet: 16, 61 and 4C. RGB value is (22,97,76). Sum of RGB (Red+Green+Blue) = 22+97+76=195 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.28% from 195); Green value is 97 (38.28% from 255 or 49.74% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 97 - color contains mainly: green. Hex color #16614C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16614C is #E99EB3. Grayscale: #484848. Windows color (decimal): -15310516 or 5005590. OLE color: 5005590.

HSL color Cylindrical-coordinate representation of color #16614C: hue angle of 163.2º 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 #16614C is Cyan = 0.77, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.

Color convert

RGB229776-
CMYK0.7700.220.62
HSL163.2º63.03%23.33%-
HSV(B)163.2º77.32%38.04%-
XYZ5.919.248.31-
YUV72.18130.1592.21-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 11.28%
GREEN value IS 97 (38.28% from 255) = 49.74%
BLUE value IS 76 (30.08% from 255) = 38.97%
R=11.28%
G=49.74%
B=38.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2297760.7700.220.62163.263.0323.33
Hex16614C4D0163Ea33f17
Octal26141114115026762437727
Binary101101100001100110010011010101101111101010001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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