#11835B

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

Shades of Deep Sea #11835B

Tints of Deep Sea #11835B

Color information

#11835B (or 0x11835B) is unknown color: approx Deep Sea. HEX triplet: 11, 83 and 5B. RGB value is (17,131,91). Sum of RGB (Red+Green+Blue) = 17+131+91=239 (31% of max value = 765). Red value is 17 (7.03% from 255 or 7.11% from 239); Green value is 131 (51.56% from 255 or 54.81% from 239); Blue value is 91 (35.94% from 255 or 38.08% from 239); Max value from RGB is 131 - color contains mainly: green. Hex color #11835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11835B is #EE7CA4. Grayscale: #5C5C5C. Windows color (decimal): -15629477 or 5997329. OLE color: 5997329.

HSL color Cylindrical-coordinate representation of color #11835B: hue angle of 158.95º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #11835B is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB1713191-
CMYK0.8700.310.49
HSL158.95º77.03%29.02%-
HSV(B)158.95º87.02%51.37%-
XYZ10.2417.1112.66-
YUV92.35127.2374.25-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 7.11%
GREEN value IS 131 (51.56% from 255) = 54.81%
BLUE value IS 91 (35.94% from 255) = 38.08%
R=7.11%
G=54.81%
B=38.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17131910.8700.310.49158.9577.0329.02
Hex11835B5701F319f4d1d
Octal212031331270376123711535
Binary10001100000111011011101011101111111000110011111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,131,91); }

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

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

 a { background-color: rgb(17,131,91); }

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

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

 span { border-color: rgb(17,131,91); }

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