#117E5C

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

Shades of Deep Sea #117E5C

Tints of Deep Sea #117E5C

Color information

#117E5C (or 0x117E5C) is unknown color: approx Deep Sea. HEX triplet: 11, 7E and 5C. RGB value is (17,126,92). Sum of RGB (Red+Green+Blue) = 17+126+92=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 126 (49.61% from 255 or 53.62% from 235); Blue value is 92 (36.33% from 255 or 39.15% from 235); Max value from RGB is 126 - color contains mainly: green. Hex color #117E5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117E5C is #EE81A3. Grayscale: #595959. Windows color (decimal): -15630756 or 6061585. OLE color: 6061585.

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

Color convert

RGB1712692-
CMYK0.8700.270.51
HSL161.28º76.22%28.04%-
HSV(B)161.28º86.51%49.41%-
XYZ9.6215.8112.67-
YUV89.53129.3976.26-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 126 (49.61% from 255) = 53.62%
BLUE value IS 92 (36.33% from 255) = 39.15%
R=7.23%
G=53.62%
B=39.15%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal17126920.8700.270.51161.2876.2228.04
Hex117E5C5701B33a14c1c
Octal211761341270336324111434
Binary1000111111101011100101011101101111001110100001100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,126,92); }

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

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

 a { background-color: rgb(17,126,92); }

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

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

 span { border-color: rgb(17,126,92); }

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