#11745A

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

Shades of Deep Sea #11745A

Tints of Deep Sea #11745A

Color information

#11745A (or 0x11745A) is unknown color: approx Deep Sea. HEX triplet: 11, 74 and 5A. RGB value is (17,116,90). Sum of RGB (Red+Green+Blue) = 17+116+90=223 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.62% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 90 (35.55% from 255 or 40.36% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #11745A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11745A is #EE8BA5. Grayscale: #535353. Windows color (decimal): -15633318 or 5927953. OLE color: 5927953.

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

Color convert

RGB1711690-
CMYK0.8500.220.55
HSL164.24º74.44%26.08%-
HSV(B)164.24º85.34%45.49%-
XYZ8.3213.3511.81-
YUV83.44131.780.61-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.62%
GREEN value IS 116 (45.70% from 255) = 52.02%
BLUE value IS 90 (35.55% from 255) = 40.36%
R=7.62%
G=52.02%
B=40.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116900.8500.220.55164.2474.4426.08
Hex11745A5501637a44a1a
Octal211641321250266724411232
Binary1000111101001011010101010101011011011110100100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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