#117362

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

Shades of Deep Sea #117362

Tints of Deep Sea #117362

Color information

#117362 (or 0x117362) is unknown color: approx Deep Sea. HEX triplet: 11, 73 and 62. RGB value is (17,115,98). Sum of RGB (Red+Green+Blue) = 17+115+98=230 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.39% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 98 (38.67% from 255 or 42.61% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #117362 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117362 is #EE8C9D. Grayscale: #535353. Windows color (decimal): -15633566 or 6451985. OLE color: 6451985.

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

Color convert

RGB1711598-
CMYK0.8500.150.55
HSL169.59º74.24%25.88%-
HSV(B)169.59º85.22%45.1%-
XYZ8.5713.2613.66-
YUV83.76136.0380.38-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.39%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 98 (38.67% from 255) = 42.61%
R=7.39%
G=50%
B=42.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal17115980.8500.150.55169.5974.2425.88
Hex117362550F37aa4a1a
Octal211631421250176725211232
Binary100011110011110001010101010111111011110101010100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117362; }

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

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

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

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

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

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

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

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