#117A5C

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

Shades of Deep Sea #117A5C

Tints of Deep Sea #117A5C

Color information

#117A5C (or 0x117A5C) is unknown color: approx Deep Sea. HEX triplet: 11, 7A and 5C. RGB value is (17,122,92). Sum of RGB (Red+Green+Blue) = 17+122+92=231 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.36% from 231); Green value is 122 (48.05% from 255 or 52.81% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 122 - color contains mainly: green. Hex color #117A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117A5C is #EE85A3. Grayscale: #575757. Windows color (decimal): -15631780 or 6060561. OLE color: 6060561.

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

Color convert

RGB1712292-
CMYK0.8600.250.52
HSL162.86º75.54%27.25%-
HSV(B)162.86º86.07%47.84%-
XYZ9.1214.8112.5-
YUV87.18130.7177.94-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.36%
GREEN value IS 122 (48.05% from 255) = 52.81%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=7.36%
G=52.81%
B=39.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal17122920.8600.250.52162.8675.5427.25
Hex117A5C5601934a34c1b
Octal211721341260316424311433
Binary1000111110101011100101011001100111010010100011100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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