#167B72

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

Shades of Deep Sea #167B72

Tints of Deep Sea #167B72

Color information

#167B72 (or 0x167B72) is unknown color: approx Deep Sea. HEX triplet: 16, 7B and 72. RGB value is (22,123,114). Sum of RGB (Red+Green+Blue) = 22+123+114=259 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.49% from 259); Green value is 123 (48.44% from 255 or 47.49% from 259); Blue value is 114 (44.92% from 255 or 44.02% from 259); Max value from RGB is 123 - color contains mainly: green. Hex color #167B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167B72 is #E9848D. Grayscale: #5B5B5B. Windows color (decimal): -15303822 or 7502614. OLE color: 7502614.

HSL color Cylindrical-coordinate representation of color #167B72: hue angle of 174.65º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167B72 is Cyan = 0.82, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB22123114-
CMYK0.8200.070.52
HSL174.65º69.66%28.43%-
HSV(B)174.65º82.11%48.24%-
XYZ10.4515.5518.37-
YUV91.78140.5478.23-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.49%
GREEN value IS 123 (48.44% from 255) = 47.49%
BLUE value IS 114 (44.92% from 255) = 44.02%
R=8.49%
G=47.49%
B=44.02%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal221231140.8200.070.52174.6569.6628.43
Hex167B72520734af461c
Octal26173162122076425710634
Binary10110111101111100101010010011111010010101111100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #167B72; }

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

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

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

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

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

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

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

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