#11785f

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

Shades of Deep Sea #11785F

Tints of Deep Sea #11785F

Color information

#11785F (or 0x11785F) is unknown color: approx Deep Sea. HEX triplet: 11, 78 and 5F. RGB value is (17,120,95). Sum of RGB (Red+Green+Blue) = 17+120+95=232 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.33% from 232); Green value is 120 (47.27% from 255 or 51.72% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 120 - color contains mainly: green. Hex color #11785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11785F is #EE87A0. Grayscale: #565656. Windows color (decimal): -15632289 or 6256657. OLE color: 6256657.

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

Color convert

RGB1712095-
CMYK0.8600.210.53
HSL165.44º75.18%26.86%-
HSV(B)165.44º85.83%47.06%-
XYZ9.0114.3813.13-
YUV86.35132.8878.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.33%
GREEN value IS 120 (47.27% from 255) = 51.72%
BLUE value IS 95 (37.5% from 255) = 40.95%
R=7.33%
G=51.72%
B=40.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal17120950.8600.210.53165.4475.1826.86
Hex11785F5601535a54b1b
Octal211701371260256524511333
Binary1000111110001011111101011001010111010110100101100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11785f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11785f; }

 p { color: rgb(17,120,95); }

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

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

 a { background-color: rgb(17,120,95); }

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

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

 span { border-color: rgb(17,120,95); }

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