#11756B

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

Shades of Deep Sea #11756B

Tints of Deep Sea #11756B

Color information

#11756B (or 0x11756B) is unknown color: approx Deep Sea. HEX triplet: 11, 75 and 6B. RGB value is (17,117,107). Sum of RGB (Red+Green+Blue) = 17+117+107=241 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.05% from 241); Green value is 117 (46.09% from 255 or 48.55% from 241); Blue value is 107 (42.19% from 255 or 44.40% from 241); Max value from RGB is 117 - color contains mainly: green. Hex color #11756B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #11756B is #EE8A94. Grayscale: #555555. Windows color (decimal): -15633045 or 7042321. OLE color: 7042321.

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

Color convert

RGB17117107-
CMYK0.8500.090.54
HSL174º74.63%26.27%-
HSV(B)174º85.47%45.88%-
XYZ9.2513.916.11-
YUV85.96139.8778.81-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.05%
GREEN value IS 117 (46.09% from 255) = 48.55%
BLUE value IS 107 (42.19% from 255) = 44.40%
R=7.05%
G=48.55%
B=44.40%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal171171070.8500.090.5417474.6326.27
Hex11756B550936ae4b1a
Octal211651531250116625611332
Binary100011110101110101110101010100111011010101110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11756B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11756B; }

 p { color: rgb(17,117,107); }

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

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

 a { background-color: rgb(17,117,107); }

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

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

 span { border-color: rgb(17,117,107); }

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