#117A5E

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

Shades of Deep Sea #117A5E

Tints of Deep Sea #117A5E

Color information

#117A5E (or 0x117A5E) is unknown color: approx Deep Sea. HEX triplet: 11, 7A and 5E. RGB value is (17,122,94). Sum of RGB (Red+Green+Blue) = 17+122+94=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 122 (48.05% from 255 or 52.36% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 122 - color contains mainly: green. Hex color #117A5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A5E is #EE85A1. Grayscale: #575757. Windows color (decimal): -15631778 or 6191633. OLE color: 6191633.

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

Color convert

RGB1712294-
CMYK0.8600.230.52
HSL164º75.54%27.25%-
HSV(B)164º86.07%47.84%-
XYZ9.2114.8512.97-
YUV87.41131.7177.78-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 122 (48.05% from 255) = 52.36%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=7.30%
G=52.36%
B=40.34%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122940.8600.230.5216475.5427.25
Hex117A5E5601734a44c1b
Octal211721361260276424411433
Binary1000111110101011110101011001011111010010100100100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,122,94); }

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

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

 a { background-color: rgb(17,122,94); }

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

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

 span { border-color: rgb(17,122,94); }

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