#167267

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

Shades of Deep Sea #167267

Tints of Deep Sea #167267

Color information

#167267 (or 0x167267) is unknown color: approx Deep Sea. HEX triplet: 16, 72 and 67. RGB value is (22,114,103). Sum of RGB (Red+Green+Blue) = 22+114+103=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 103 (40.62% from 255 or 43.10% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #167267 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167267 is #E98D98. Grayscale: #555555. Windows color (decimal): -15306137 or 6779414. OLE color: 6779414.

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

Color convert

RGB22114103-
CMYK0.8100.100.55
HSL172.83º67.65%26.67%-
HSV(B)172.83º80.7%44.71%-
XYZ8.813.1814.91-
YUV85.24138.0282.89-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 114 (44.92% from 255) = 47.70%
BLUE value IS 103 (40.62% from 255) = 43.10%
R=9.21%
G=47.70%
B=43.10%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221141030.8100.100.55172.8367.6526.67
Hex167267510A37ad441b
Octal261621471210126725510433
Binary101101110010110011110100010101011011110101101100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167267; }

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

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

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

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

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

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

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

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