#117C5B

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

Shades of Deep Sea #117C5B

Tints of Deep Sea #117C5B

Color information

#117C5B (or 0x117C5B) is unknown color: approx Deep Sea. HEX triplet: 11, 7C and 5B. RGB value is (17,124,91). Sum of RGB (Red+Green+Blue) = 17+124+91=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 124 (48.83% from 255 or 53.45% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 124 - color contains mainly: green. Hex color #117C5B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117C5B is #EE83A4. Grayscale: #585858. Windows color (decimal): -15631269 or 5995537. OLE color: 5995537.

HSL color Cylindrical-coordinate representation of color #117C5B: hue angle of 161.5º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117C5B is Cyan = 0.86, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB1712491-
CMYK0.8600.270.51
HSL161.5º75.89%27.65%-
HSV(B)161.5º86.29%48.63%-
XYZ9.3315.2912.36-
YUV88.24129.5577.18-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 124 (48.83% from 255) = 53.45%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=7.33%
G=53.45%
B=39.22%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17124910.8600.270.51161.575.8927.65
Hex117C5B5601B33a14c1c
Octal211741331260336324111434
Binary1000111111001011011101011001101111001110100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117C5B; }

 p { color: rgb(17,124,91); }

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

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

 a { background-color: rgb(17,124,91); }

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

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

 span { border-color: rgb(17,124,91); }

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