#167268

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

Shades of Deep Sea #167268

Tints of Deep Sea #167268

Color information

#167268 (or 0x167268) is unknown color: approx Deep Sea. HEX triplet: 16, 72 and 68. RGB value is (22,114,104). Sum of RGB (Red+Green+Blue) = 22+114+104=240 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.17% from 240); Green value is 114 (44.92% from 255 or 47.5% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 114 - color contains mainly: green. Hex color #167268 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167268 is #E98D97. Grayscale: #555555. Windows color (decimal): -15306136 or 6844950. OLE color: 6844950.

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

Color convert

RGB22114104-
CMYK0.8100.090.55
HSL173.48º67.65%26.67%-
HSV(B)173.48º80.7%44.71%-
XYZ8.8513.215.18-
YUV85.35138.5282.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.17%
GREEN value IS 114 (44.92% from 255) = 47.5%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=9.17%
G=47.5%
B=43.33%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221141040.8100.090.55173.4867.6526.67
Hex167268510937ad441b
Octal261621501210116725510433
Binary101101110010110100010100010100111011110101101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167268; }

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

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

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

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

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

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

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

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