#11765D

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

Shades of Deep Sea #11765D

Tints of Deep Sea #11765D

Color information

#11765D (or 0x11765D) is unknown color: approx Deep Sea. HEX triplet: 11, 76 and 5D. RGB value is (17,118,93). Sum of RGB (Red+Green+Blue) = 17+118+93=228 (30% of max value = 765). Red value is 17 (7.03% from 255 or 7.46% from 228); Green value is 118 (46.48% from 255 or 51.75% from 228); Blue value is 93 (36.72% from 255 or 40.79% from 228); Max value from RGB is 118 - color contains mainly: green. Hex color #11765D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11765D is #EE89A2. Grayscale: #545454. Windows color (decimal): -15632803 or 6125073. OLE color: 6125073.

HSL color Cylindrical-coordinate representation of color #11765D: hue angle of 165.15º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #11765D is Cyan = 0.86, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1711893-
CMYK0.8600.210.54
HSL165.15º74.81%26.47%-
HSV(B)165.15º85.59%46.27%-
XYZ8.6913.8712.57-
YUV84.95132.5479.53-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.46%
GREEN value IS 118 (46.48% from 255) = 51.75%
BLUE value IS 93 (36.72% from 255) = 40.79%
R=7.46%
G=51.75%
B=40.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118930.8600.210.54165.1574.8126.47
Hex11765D5601536a54b1a
Octal211661351260256624511332
Binary1000111101101011101101011001010111011010100101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11765D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11765D; }

 p { color: rgb(17,118,93); }

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

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

 a { background-color: rgb(17,118,93); }

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

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

 span { border-color: rgb(17,118,93); }

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