#16746B

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

Shades of Deep Sea #16746B

Tints of Deep Sea #16746B

Color information

#16746B (or 0x16746B) is unknown color: approx Deep Sea. HEX triplet: 16, 74 and 6B. RGB value is (22,116,107). Sum of RGB (Red+Green+Blue) = 22+116+107=245 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.98% from 245); Green value is 116 (45.70% from 255 or 47.35% from 245); Blue value is 107 (42.19% from 255 or 43.67% from 245); Max value from RGB is 116 - color contains mainly: green. Hex color #16746B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16746B is #E98B94. Grayscale: #565656. Windows color (decimal): -15305621 or 7042070. OLE color: 7042070.

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

Color convert

RGB22116107-
CMYK0.8100.080.55
HSL174.26º68.12%27.06%-
HSV(B)174.26º81.03%45.49%-
XYZ9.2313.7216.07-
YUV86.87139.3681.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.98%
GREEN value IS 116 (45.70% from 255) = 47.35%
BLUE value IS 107 (42.19% from 255) = 43.67%
R=8.98%
G=47.35%
B=43.67%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221161070.8100.080.55174.2668.1227.06
Hex16746B510837ae441b
Octal261641531210106725610433
Binary101101110100110101110100010100011011110101110100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16746B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16746B; }

 p { color: rgb(22,116,107); }

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

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

 a { background-color: rgb(22,116,107); }

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

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

 span { border-color: rgb(22,116,107); }

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