#117668

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

Shades of Deep Sea #117668

Tints of Deep Sea #117668

Color information

#117668 (or 0x117668) is unknown color: approx Deep Sea. HEX triplet: 11, 76 and 68. RGB value is (17,118,104). Sum of RGB (Red+Green+Blue) = 17+118+104=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 118 (46.48% from 255 or 49.37% from 239); Blue value is 104 (41.02% from 255 or 43.51% from 239); Max value from RGB is 118 - color contains mainly: green. Hex color #117668 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117668 is #EE8997. Grayscale: #565656. Windows color (decimal): -15632792 or 6845969. OLE color: 6845969.

HSL color Cylindrical-coordinate representation of color #117668: hue angle of 171.68º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117668 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.54.

Color convert

RGB17118104-
CMYK0.8600.120.54
HSL171.68º74.81%26.47%-
HSV(B)171.68º85.59%46.27%-
XYZ9.2114.0815.33-
YUV86.2138.0478.64-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 118 (46.48% from 255) = 49.37%
BLUE value IS 104 (41.02% from 255) = 43.51%
R=7.11%
G=49.37%
B=43.51%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171181040.8600.120.54171.6874.8126.47
Hex117668560C36ac4b1a
Octal211661501260146625411332
Binary100011110110110100010101100110011011010101100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117668; }

 p { color: rgb(17,118,104); }

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

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

 a { background-color: rgb(17,118,104); }

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

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

 span { border-color: rgb(17,118,104); }

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