#117865

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

Shades of Deep Sea #117865

Tints of Deep Sea #117865

Color information

#117865 (or 0x117865) is unknown color: approx Deep Sea. HEX triplet: 11, 78 and 65. RGB value is (17,120,101). Sum of RGB (Red+Green+Blue) = 17+120+101=238 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.14% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #117865 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117865 is #EE879A. Grayscale: #575757. Windows color (decimal): -15632283 or 6649873. OLE color: 6649873.

HSL color Cylindrical-coordinate representation of color #117865: hue angle of 168.93º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117865 is Cyan = 0.86, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB17120101-
CMYK0.8600.160.53
HSL168.93º75.18%26.86%-
HSV(B)168.93º85.83%47.06%-
XYZ9.314.4914.62-
YUV87.04135.8878.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.14%
GREEN value IS 120 (47.27% from 255) = 50.42%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=7.14%
G=50.42%
B=42.44%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171201010.8600.160.53168.9375.1826.86
Hex1178655601035a94b1b
Octal211701451260206525111333
Binary1000111110001100101101011001000011010110101001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117865; }

 p { color: rgb(17,120,101); }

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

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

 a { background-color: rgb(17,120,101); }

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

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

 span { border-color: rgb(17,120,101); }

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