#118263

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

Shades of Deep Sea #118263

Tints of Deep Sea #118263

Color information

#118263 (or 0x118263) is unknown color: approx Deep Sea. HEX triplet: 11, 82 and 63. RGB value is (17,130,99). Sum of RGB (Red+Green+Blue) = 17+130+99=246 (32% of max value = 765). Red value is 17 (7.03% from 255 or 6.91% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 99 (39.06% from 255 or 40.24% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #118263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118263 is #EE7D9C. Grayscale: #5C5C5C. Windows color (decimal): -15629725 or 6521361. OLE color: 6521361.

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

Color convert

RGB1713099-
CMYK0.8700.240.49
HSL163.54º76.87%28.82%-
HSV(B)163.54º86.92%50.98%-
XYZ10.4716.9914.53-
YUV92.68131.5674.02-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.91%
GREEN value IS 130 (51.17% from 255) = 52.85%
BLUE value IS 99 (39.06% from 255) = 40.24%
R=6.91%
G=52.85%
B=40.24%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal17130990.8700.240.49163.5476.8728.82
Hex1182635701831a44d1d
Octal212021431270306124411535
Binary10001100000101100011101011101100011000110100100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118263; }

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

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

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

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

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

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

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

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