#117761

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

Shades of Deep Sea #117761

Tints of Deep Sea #117761

Color information

#117761 (or 0x117761) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 61. RGB value is (17,119,97). Sum of RGB (Red+Green+Blue) = 17+119+97=233 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.30% from 233); Green value is 119 (46.88% from 255 or 51.07% from 233); Blue value is 97 (38.28% from 255 or 41.63% from 233); Max value from RGB is 119 - color contains mainly: green. Hex color #117761 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117761 is #EE889E. Grayscale: #555555. Windows color (decimal): -15632543 or 6387473. OLE color: 6387473.

HSL color Cylindrical-coordinate representation of color #117761: hue angle of 167.06º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117761 is Cyan = 0.86, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB1711997-
CMYK0.8600.180.53
HSL167.06º75%26.67%-
HSV(B)167.06º85.71%46.67%-
XYZ8.9914.1813.57-
YUV85.99134.2178.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.30%
GREEN value IS 119 (46.88% from 255) = 51.07%
BLUE value IS 97 (38.28% from 255) = 41.63%
R=7.30%
G=51.07%
B=41.63%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119970.8600.180.53167.067526.67
Hex1177615601235a74b1b
Octal211671411260226524711333
Binary1000111101111100001101011001001011010110100111100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117761; }

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

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

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

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

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

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

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

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