#118470

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

Shades of Deep Sea #118470

Tints of Deep Sea #118470

Color information

#118470 (or 0x118470) is unknown color: approx Deep Sea. HEX triplet: 11, 84 and 70. RGB value is (17,132,112). Sum of RGB (Red+Green+Blue) = 17+132+112=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 132 (51.95% from 255 or 50.57% from 261); Blue value is 112 (44.14% from 255 or 42.91% from 261); Max value from RGB is 132 - color contains mainly: green. Hex color #118470 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118470 is #EE7B8F. Grayscale: #5F5F5F. Windows color (decimal): -15629200 or 7373841. OLE color: 7373841.

HSL color Cylindrical-coordinate representation of color #118470: hue angle of 169.57º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #118470 is Cyan = 0.87, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.48.

Color convert

RGB17132112-
CMYK0.8700.150.48
HSL169.57º77.18%29.22%-
HSV(B)169.57º87.12%51.76%-
XYZ11.4117.7918.16-
YUV95.34137.472.13-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 132 (51.95% from 255) = 50.57%
BLUE value IS 112 (44.14% from 255) = 42.91%
R=6.51%
G=50.57%
B=42.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal171321120.8700.150.48169.5777.1829.22
Hex118470570F30aa4d1d
Octal212041601270176025211535
Binary1000110000100111000010101110111111000010101010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118470; }

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

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

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

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

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

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

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

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