#117769

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

Shades of Deep Sea #117769

Tints of Deep Sea #117769

Color information

#117769 (or 0x117769) is unknown color: approx Deep Sea. HEX triplet: 11, 77 and 69. RGB value is (17,119,105). Sum of RGB (Red+Green+Blue) = 17+119+105=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 119 (46.88% from 255 or 49.38% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 119 - color contains mainly: green. Hex color #117769 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #117769 is #EE8896. Grayscale: #565656. Windows color (decimal): -15632535 or 6911761. OLE color: 6911761.

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

Color convert

RGB17119105-
CMYK0.8600.120.53
HSL171.76º75%26.67%-
HSV(B)171.76º85.71%46.67%-
XYZ9.3814.3315.64-
YUV86.91138.2178.14-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 119 (46.88% from 255) = 49.38%
BLUE value IS 105 (41.41% from 255) = 43.57%
R=7.05%
G=49.38%
B=43.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal171191050.8600.120.53171.767526.67
Hex117769560C35ac4b1b
Octal211671511260146525411333
Binary100011110111110100110101100110011010110101100100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117769; }

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

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

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

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

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

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

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

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