#11746A

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

Shades of Deep Sea #11746A

Tints of Deep Sea #11746A

Color information

#11746A (or 0x11746A) is unknown color: approx Deep Sea. HEX triplet: 11, 74 and 6A. RGB value is (17,116,106). Sum of RGB (Red+Green+Blue) = 17+116+106=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 106 (41.80% from 255 or 44.35% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #11746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11746A is #EE8B95. Grayscale: #555555. Windows color (decimal): -15633302 or 6976529. OLE color: 6976529.

HSL color Cylindrical-coordinate representation of color #11746A: hue angle of 173.94º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #11746A is Cyan = 0.85, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB17116106-
CMYK0.8500.090.55
HSL173.94º74.44%26.08%-
HSV(B)173.94º85.34%45.49%-
XYZ9.0813.6515.79-
YUV85.26139.779.31-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 116 (45.70% from 255) = 48.54%
BLUE value IS 106 (41.80% from 255) = 44.35%
R=7.11%
G=48.54%
B=44.35%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171161060.8500.090.55173.9474.4426.08
Hex11746A550937ae4a1a
Octal211641521250116725611232
Binary100011110100110101010101010100111011110101110100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11746A; }

 p { color: rgb(17,116,106); }

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

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

 a { background-color: rgb(17,116,106); }

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

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

 span { border-color: rgb(17,116,106); }

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