#167D66

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

Shades of Deep Sea #167D66

Tints of Deep Sea #167D66

Color information

#167D66 (or 0x167D66) is unknown color: approx Deep Sea. HEX triplet: 16, 7D and 66. RGB value is (22,125,102). Sum of RGB (Red+Green+Blue) = 22+125+102=249 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.84% from 249); Green value is 125 (49.22% from 255 or 50.20% from 249); Blue value is 102 (40.23% from 255 or 40.96% from 249); Max value from RGB is 125 - color contains mainly: green. Hex color #167D66 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167D66 is #E98299. Grayscale: #5B5B5B. Windows color (decimal): -15303322 or 6716694. OLE color: 6716694.

HSL color Cylindrical-coordinate representation of color #167D66: hue angle of 166.6º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167D66 is Cyan = 0.82, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB22125102-
CMYK0.8200.180.51
HSL166.6º70.07%28.82%-
HSV(B)166.6º82.4%49.02%-
XYZ10.0615.815.09-
YUV91.58133.8878.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.84%
GREEN value IS 125 (49.22% from 255) = 50.20%
BLUE value IS 102 (40.23% from 255) = 40.96%
R=8.84%
G=50.20%
B=40.96%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal221251020.8200.180.51166.670.0728.82
Hex167D665201233a7461d
Octal261751461220226324710635
Binary1011011111011100110101001001001011001110100111100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #167D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,125,102); }

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

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

 a { background-color: rgb(22,125,102); }

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

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

 span { border-color: rgb(22,125,102); }

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