#117F6D

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

Shades of Deep Sea #117F6D

Tints of Deep Sea #117F6D

Color information

#117F6D (or 0x117F6D) is unknown color: approx Deep Sea. HEX triplet: 11, 7F and 6D. RGB value is (17,127,109). Sum of RGB (Red+Green+Blue) = 17+127+109=253 (33% of max value = 765). Red value is 17 (7.03% from 255 or 6.72% from 253); Green value is 127 (50% from 255 or 50.20% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 127 - color contains mainly: green. Hex color #117F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117F6D is #EE8092. Grayscale: #5C5C5C. Windows color (decimal): -15630483 or 7175953. OLE color: 7175953.

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

Color convert

RGB17127109-
CMYK0.8700.140.50
HSL170.18º76.39%28.24%-
HSV(B)170.18º86.61%49.8%-
XYZ10.5816.417.08-
YUV92.06137.5674.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.72%
GREEN value IS 127 (50% from 255) = 50.20%
BLUE value IS 109 (42.97% from 255) = 43.08%
R=6.72%
G=50.20%
B=43.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171271090.8700.140.50170.1876.3928.24
Hex117F6D570E32aa4c1c
Octal211771551270166225211434
Binary100011111111110110110101110111011001010101010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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