#117A5D

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

Shades of Deep Sea #117A5D

Tints of Deep Sea #117A5D

Color information

#117A5D (or 0x117A5D) is unknown color: approx Deep Sea. HEX triplet: 11, 7A and 5D. RGB value is (17,122,93). Sum of RGB (Red+Green+Blue) = 17+122+93=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #117A5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A5D is #EE85A2. Grayscale: #575757. Windows color (decimal): -15631779 or 6126097. OLE color: 6126097.

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

Color convert

RGB1712293-
CMYK0.8600.240.52
HSL163.43º75.54%27.25%-
HSV(B)163.43º86.07%47.84%-
XYZ9.1714.8312.73-
YUV87.3131.2177.86-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 122 (48.05% from 255) = 52.59%
BLUE value IS 93 (36.72% from 255) = 40.09%
R=7.33%
G=52.59%
B=40.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122930.8600.240.52163.4375.5427.25
Hex117A5D5601834a34c1b
Octal211721351260306424311433
Binary1000111110101011101101011001100011010010100011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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