#167358

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

Shades of Deep Sea #167358

Tints of Deep Sea #167358

Color information

#167358 (or 0x167358) is unknown color: approx Deep Sea. HEX triplet: 16, 73 and 58. RGB value is (22,115,88). Sum of RGB (Red+Green+Blue) = 22+115+88=225 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.78% from 225); Green value is 115 (45.31% from 255 or 51.11% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 115 - color contains mainly: green. Hex color #167358 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167358 is #E98CA7. Grayscale: #545454. Windows color (decimal): -15305896 or 5796630. OLE color: 5796630.

HSL color Cylindrical-coordinate representation of color #167358: hue angle of 162.58º 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 #167358 is Cyan = 0.81, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB2211588-
CMYK0.8100.230.55
HSL162.58º67.88%26.86%-
HSV(B)162.58º80.87%45.1%-
XYZ8.2213.1411.33-
YUV84.12130.1983.7-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.78%
GREEN value IS 115 (45.31% from 255) = 51.11%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=9.78%
G=51.11%
B=39.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22115880.8100.230.55162.5867.8826.86
Hex1673585101737a3441b
Octal261631301210276724310433
Binary1011011100111011000101000101011111011110100011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167358; }

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

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

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

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

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

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

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

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