#117763

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

Shades of Deep Sea #117763

Tints of Deep Sea #117763

Color information

#117763 (or 0x117763) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 63. RGB value is (17,119,99). Sum of RGB (Red+Green+Blue) = 17+119+99=235 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.23% from 235); Green value is 119 (46.88% from 255 or 50.64% from 235); Blue value is 99 (39.06% from 255 or 42.13% from 235); Max value from RGB is 119 - color contains mainly: green. Hex color #117763 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117763 is #EE889C. Grayscale: #565656. Windows color (decimal): -15632541 or 6518545. OLE color: 6518545.

HSL color Cylindrical-coordinate representation of color #117763: hue angle of 168.24º 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 #117763 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB1711999-
CMYK0.8600.170.53
HSL168.24º75%26.67%-
HSV(B)168.24º85.71%46.67%-
XYZ9.0814.2114.07-
YUV86.22135.2178.63-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.23%
GREEN value IS 119 (46.88% from 255) = 50.64%
BLUE value IS 99 (39.06% from 255) = 42.13%
R=7.23%
G=50.64%
B=42.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17119990.8600.170.53168.247526.67
Hex1177635601135a84b1b
Octal211671431260216525011333
Binary1000111101111100011101011001000111010110101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117763; }

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

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

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

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

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

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

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

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