#117461

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

Shades of Deep Sea #117461

Tints of Deep Sea #117461

Color information

#117461 (or 0x117461) is unknown color: approx Deep Sea. HEX triplet: 11, 74 and 61. RGB value is (17,116,97). Sum of RGB (Red+Green+Blue) = 17+116+97=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 116 (45.70% from 255 or 50.43% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 116 - color contains mainly: green. Hex color #117461 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117461 is #EE8B9E. Grayscale: #545454. Windows color (decimal): -15633311 or 6386705. OLE color: 6386705.

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

Color convert

RGB1711697-
CMYK0.8500.160.55
HSL168.48º74.44%26.08%-
HSV(B)168.48º85.34%45.49%-
XYZ8.6313.4713.45-
YUV84.23135.280.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 116 (45.70% from 255) = 50.43%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=7.39%
G=50.43%
B=42.17%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17116970.8500.160.55168.4874.4426.08
Hex1174615501037a84a1a
Octal211641411250206725011232
Binary1000111101001100001101010101000011011110101000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117461; }

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

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

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

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

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

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

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

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