#117A6D

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

Shades of Deep Sea #117A6D

Tints of Deep Sea #117A6D

Color information

#117A6D (or 0x117A6D) is unknown color: approx Deep Sea. HEX triplet: 11, 7A and 6D. RGB value is (17,122,109). Sum of RGB (Red+Green+Blue) = 17+122+109=248 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.85% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 109 (42.97% from 255 or 43.95% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #117A6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A6D is #EE8592. Grayscale: #595959. Windows color (decimal): -15631763 or 7174673. OLE color: 7174673.

HSL color Cylindrical-coordinate representation of color #117A6D: hue angle of 172.57º 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 #117A6D is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB17122109-
CMYK0.8600.110.52
HSL172.57º75.54%27.25%-
HSV(B)172.57º86.07%47.84%-
XYZ9.9515.1416.87-
YUV89.12139.2176.56-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.85%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 109 (42.97% from 255) = 43.95%
R=6.85%
G=49.19%
B=43.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal171221090.8600.110.52172.5775.5427.25
Hex117A6D560B34ad4c1b
Octal211721551260136425511433
Binary100011111010110110110101100101111010010101101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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