#16746E

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

Shades of Deep Sea #16746E

Tints of Deep Sea #16746E

Color information

#16746E (or 0x16746E) is unknown color: approx Deep Sea. HEX triplet: 16, 74 and 6E. RGB value is (22,116,110). Sum of RGB (Red+Green+Blue) = 22+116+110=248 (32% of max value = 765). Red value is 22 (8.98% from 255 or 8.87% from 248); Green value is 116 (45.70% from 255 or 46.77% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 116 - color contains mainly: green. Hex color #16746E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16746E is #E98B91. Grayscale: #575757. Windows color (decimal): -15305618 or 7238678. OLE color: 7238678.

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

Color convert

RGB22116110-
CMYK0.8100.050.55
HSL176.17º68.12%27.06%-
HSV(B)176.17º81.03%45.49%-
XYZ9.3913.7916.92-
YUV87.21140.8681.49-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.87%
GREEN value IS 116 (45.70% from 255) = 46.77%
BLUE value IS 110 (43.36% from 255) = 44.35%
R=8.87%
G=46.77%
B=44.35%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal221161100.8100.050.55176.1768.1227.06
Hex16746E510537b0441b
Octal26164156121056726010433
Binary10110111010011011101010001010111011110110000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16746E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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