#11826F

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

Shades of Deep Sea #11826F

Tints of Deep Sea #11826F

Color information

#11826F (or 0x11826F) is unknown color: approx Deep Sea. HEX triplet: 11, 82 and 6F. RGB value is (17,130,111). Sum of RGB (Red+Green+Blue) = 17+130+111=258 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.59% from 258); Green value is 130 (51.17% from 255 or 50.39% from 258); Blue value is 111 (43.75% from 255 or 43.02% from 258); Max value from RGB is 130 - color contains mainly: green. Hex color #11826F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11826F is #EE7D90. Grayscale: #5E5E5E. Windows color (decimal): -15629713 or 7307793. OLE color: 7307793.

HSL color Cylindrical-coordinate representation of color #11826F: hue angle of 169.91º 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 #11826F is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB17130111-
CMYK0.8700.150.49
HSL169.91º76.87%28.82%-
HSV(B)169.91º86.92%50.98%-
XYZ11.0817.2317.78-
YUV94.05137.5673.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.59%
GREEN value IS 130 (51.17% from 255) = 50.39%
BLUE value IS 111 (43.75% from 255) = 43.02%
R=6.59%
G=50.39%
B=43.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171301110.8700.150.49169.9176.8728.82
Hex11826F570F31aa4d1d
Octal212021571270176125211535
Binary1000110000010110111110101110111111000110101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11826F; }

 p { color: rgb(17,130,111); }

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

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

 a { background-color: rgb(17,130,111); }

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

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

 span { border-color: rgb(17,130,111); }

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