#117366

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

Shades of Deep Sea #117366

Tints of Deep Sea #117366

Color information

#117366 (or 0x117366) is unknown color: approx Deep Sea. HEX triplet: 11, 73 and 66. RGB value is (17,115,102). Sum of RGB (Red+Green+Blue) = 17+115+102=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 115 (45.31% from 255 or 49.15% from 234); Blue value is 102 (40.23% from 255 or 43.59% from 234); Max value from RGB is 115 - color contains mainly: green. Hex color #117366 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117366 is #EE8C99. Grayscale: #545454. Windows color (decimal): -15633562 or 6714129. OLE color: 6714129.

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

Color convert

RGB17115102-
CMYK0.8500.110.55
HSL172.04º74.24%25.88%-
HSV(B)172.04º85.22%45.1%-
XYZ8.7613.3414.68-
YUV84.22138.0380.06-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 115 (45.31% from 255) = 49.15%
BLUE value IS 102 (40.23% from 255) = 43.59%
R=7.26%
G=49.15%
B=43.59%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal171151020.8500.110.55172.0474.2425.88
Hex117366550B37ac4a1a
Octal211631461250136725411232
Binary100011110011110011010101010101111011110101100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117366; }

 p { color: rgb(17,115,102); }

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

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

 a { background-color: rgb(17,115,102); }

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

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

 span { border-color: rgb(17,115,102); }

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