#11745E

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

Shades of Deep Sea #11745E

Tints of Deep Sea #11745E

Color information

#11745E (or 0x11745E) is unknown color: approx Deep Sea. HEX triplet: 11, 74 and 5E. RGB value is (17,116,94). Sum of RGB (Red+Green+Blue) = 17+116+94=227 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.49% from 227); Green value is 116 (45.70% from 255 or 51.10% from 227); Blue value is 94 (37.11% from 255 or 41.41% from 227); Max value from RGB is 116 - color contains mainly: green. Hex color #11745E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11745E is #EE8BA1. Grayscale: #535353. Windows color (decimal): -15633314 or 6190097. OLE color: 6190097.

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

Color convert

RGB1711694-
CMYK0.8500.190.55
HSL166.67º74.44%26.08%-
HSV(B)166.67º85.34%45.49%-
XYZ8.513.4212.73-
YUV83.89133.780.29-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.49%
GREEN value IS 116 (45.70% from 255) = 51.10%
BLUE value IS 94 (37.11% from 255) = 41.41%
R=7.49%
G=51.10%
B=41.41%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116940.8500.190.55166.6774.4426.08
Hex11745E5501337a74a1a
Octal211641361250236724711232
Binary1000111101001011110101010101001111011110100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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