#118761

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

Shades of Deep Sea #118761

Tints of Deep Sea #118761

Color information

#118761 (or 0x118761) is unknown color: approx Deep Sea. HEX triplet: 11, 87 and 61. RGB value is (17,135,97). Sum of RGB (Red+Green+Blue) = 17+135+97=249 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.83% from 249); Green value is 135 (53.12% from 255 or 54.22% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 135 - color contains mainly: green. Hex color #118761 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118761 is #EE789E. Grayscale: #5F5F5F. Windows color (decimal): -15628447 or 6391569. OLE color: 6391569.

HSL color Cylindrical-coordinate representation of color #118761: hue angle of 160.68º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118761 is Cyan = 0.87, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB1713597-
CMYK0.8700.280.47
HSL160.68º77.63%29.8%-
HSV(B)160.68º87.41%52.94%-
XYZ11.0518.3114.26-
YUV95.39128.9172.09-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.83%
GREEN value IS 135 (53.12% from 255) = 54.22%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=6.83%
G=54.22%
B=38.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal17135970.8700.280.47160.6877.6329.8
Hex1187615701C2Fa14e1e
Octal212071411270345724111636
Binary10001100001111100001101011101110010111110100001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118761; }

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

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

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

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

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

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

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

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