#117958

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

Shades of Deep Sea #117958

Tints of Deep Sea #117958

Color information

#117958 (or 0x117958) is unknown color: approx Deep Sea. HEX triplet: 11, 79 and 58. RGB value is (17,121,88). Sum of RGB (Red+Green+Blue) = 17+121+88=226 (29% of max value = 765). Red value is 17 (7.03% from 255 or 7.52% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 88 (34.77% from 255 or 38.94% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #117958 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117958 is #EE86A7. Grayscale: #565656. Windows color (decimal): -15632040 or 5798161. OLE color: 5798161.

HSL color Cylindrical-coordinate representation of color #117958: hue angle of 160.96º 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 #117958 is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB1712188-
CMYK0.8600.270.53
HSL160.96º75.36%27.06%-
HSV(B)160.96º85.95%47.45%-
XYZ8.8314.511.57-
YUV86.14129.0478.68-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.52%
GREEN value IS 121 (47.66% from 255) = 53.54%
BLUE value IS 88 (34.77% from 255) = 38.94%
R=7.52%
G=53.54%
B=38.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17121880.8600.270.53160.9675.3627.06
Hex1179585601B35a14b1b
Octal211711301260336524111333
Binary1000111110011011000101011001101111010110100001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117958; }

 p { color: rgb(17,121,88); }

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

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

 a { background-color: rgb(17,121,88); }

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

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

 span { border-color: rgb(17,121,88); }

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