#167263

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

Shades of Deep Sea #167263

Tints of Deep Sea #167263

Color information

#167263 (or 0x167263) is unknown color: approx Deep Sea. HEX triplet: 16, 72 and 63. RGB value is (22,114,99). Sum of RGB (Red+Green+Blue) = 22+114+99=235 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.36% from 235); Green value is 114 (44.92% from 255 or 48.51% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 114 - color contains mainly: green. Hex color #167263 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167263 is #E98D9C. Grayscale: #545454. Windows color (decimal): -15306141 or 6517270. OLE color: 6517270.

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

Color convert

RGB2211499-
CMYK0.8100.130.55
HSL170.22º67.65%26.67%-
HSV(B)170.22º80.7%44.71%-
XYZ8.613.1113.88-
YUV84.78136.0283.22-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.36%
GREEN value IS 114 (44.92% from 255) = 48.51%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=9.36%
G=48.51%
B=42.13%

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
Decimal22114990.8100.130.55170.2267.6526.67
Hex167263510D37aa441b
Octal261621431210156725210433
Binary101101110010110001110100010110111011110101010100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167263; }

 p { color: rgb(22,114,99); }

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

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

 a { background-color: rgb(22,114,99); }

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

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

 span { border-color: rgb(22,114,99); }

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