#118161

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

Shades of Deep Sea #118161

Tints of Deep Sea #118161

Color information

#118161 (or 0x118161) is unknown color: approx Deep Sea. HEX triplet: 11, 81 and 61. RGB value is (17,129,97). Sum of RGB (Red+Green+Blue) = 17+129+97=243 (32% of max value = 765). Red value is 17 (7.03% from 255 or 7.00% from 243); Green value is 129 (50.78% from 255 or 53.09% from 243); Blue value is 97 (38.28% from 255 or 39.92% from 243); Max value from RGB is 129 - color contains mainly: green. Hex color #118161 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118161 is #EE7E9E. Grayscale: #5B5B5B. Windows color (decimal): -15629983 or 6390033. OLE color: 6390033.

HSL color Cylindrical-coordinate representation of color #118161: hue angle of 162.86º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118161 is Cyan = 0.87, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB1712997-
CMYK0.8700.250.49
HSL162.86º76.71%28.63%-
HSV(B)162.86º86.82%50.59%-
XYZ10.2416.6813.99-
YUV91.86130.8974.6-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.00%
GREEN value IS 129 (50.78% from 255) = 53.09%
BLUE value IS 97 (38.28% from 255) = 39.92%
R=7.00%
G=53.09%
B=39.92%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17129970.8700.250.49162.8676.7128.63
Hex1181615701931a34d1d
Octal212011411270316124311535
Binary10001100000011100001101011101100111000110100011100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118161; }

 p { color: rgb(17,129,97); }

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

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

 a { background-color: rgb(17,129,97); }

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

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

 span { border-color: rgb(17,129,97); }

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