#117762

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

Shades of Deep Sea #117762

Tints of Deep Sea #117762

Color information

#117762 (or 0x117762) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 62. RGB value is (17,119,98). Sum of RGB (Red+Green+Blue) = 17+119+98=234 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.26% from 234); Green value is 119 (46.88% from 255 or 50.85% from 234); Blue value is 98 (38.67% from 255 or 41.88% from 234); Max value from RGB is 119 - color contains mainly: green. Hex color #117762 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117762 is #EE889D. Grayscale: #565656. Windows color (decimal): -15632542 or 6453009. OLE color: 6453009.

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

Color convert

RGB1711998-
CMYK0.8600.180.53
HSL167.65º75%26.67%-
HSV(B)167.65º85.71%46.67%-
XYZ9.0314.1913.82-
YUV86.11134.7178.71-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.26%
GREEN value IS 119 (46.88% from 255) = 50.85%
BLUE value IS 98 (38.67% from 255) = 41.88%
R=7.26%
G=50.85%
B=41.88%

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
Decimal17119980.8600.180.53167.657526.67
Hex1177625601235a84b1b
Octal211671421260226525011333
Binary1000111101111100010101011001001011010110101000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117762; }

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

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

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

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

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

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

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

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