#167364

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

Shades of Deep Sea #167364

Tints of Deep Sea #167364

Color information

#167364 (or 0x167364) is unknown color: approx Deep Sea. HEX triplet: 16, 73 and 64. RGB value is (22,115,100). Sum of RGB (Red+Green+Blue) = 22+115+100=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 115 (45.31% from 255 or 48.52% from 237); Blue value is 100 (39.45% from 255 or 42.19% from 237); Max value from RGB is 115 - color contains mainly: green. Hex color #167364 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167364 is #E98C9B. Grayscale: #555555. Windows color (decimal): -15305884 or 6583062. OLE color: 6583062.

HSL color Cylindrical-coordinate representation of color #167364: hue angle of 170.32º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #167364 is Cyan = 0.81, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB22115100-
CMYK0.8100.130.55
HSL170.32º67.88%26.86%-
HSV(B)170.32º80.87%45.1%-
XYZ8.7613.3514.17-
YUV85.48136.1982.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 115 (45.31% from 255) = 48.52%
BLUE value IS 100 (39.45% from 255) = 42.19%
R=9.28%
G=48.52%
B=42.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221151000.8100.130.55170.3267.8826.86
Hex167364510D37aa441b
Octal261631441210156725210433
Binary101101110011110010010100010110111011110101010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167364; }

 p { color: rgb(22,115,100); }

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

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

 a { background-color: rgb(22,115,100); }

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

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

 span { border-color: rgb(22,115,100); }

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