#118070

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

Shades of Deep Sea #118070

Tints of Deep Sea #118070

Color information

#118070 (or 0x118070) is unknown color: approx Deep Sea. HEX triplet: 11, 80 and 70. RGB value is (17,128,112). Sum of RGB (Red+Green+Blue) = 17+128+112=257 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.61% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 112 (44.14% from 255 or 43.58% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #118070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118070 is #EE7F8F. Grayscale: #5C5C5C. Windows color (decimal): -15630224 or 7372817. OLE color: 7372817.

HSL color Cylindrical-coordinate representation of color #118070: hue angle of 171.35º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118070 is Cyan = 0.87, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB17128112-
CMYK0.8700.120.50
HSL171.35º76.55%28.43%-
HSV(B)171.35º86.72%50.2%-
XYZ10.8716.7317.98-
YUV92.99138.7373.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.61%
GREEN value IS 128 (50.39% from 255) = 49.81%
BLUE value IS 112 (44.14% from 255) = 43.58%
R=6.61%
G=49.81%
B=43.58%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal171281120.8700.120.50171.3576.5528.43
Hex118070570C32ab4d1c
Octal212001601270146225311534
Binary1000110000000111000010101110110011001010101011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118070; }

 p { color: rgb(17,128,112); }

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

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

 a { background-color: rgb(17,128,112); }

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

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

 span { border-color: rgb(17,128,112); }

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