#118272

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

Shades of Deep Sea #118272

Tints of Deep Sea #118272

Color information

#118272 (or 0x118272) is unknown color: approx Deep Sea. HEX triplet: 11, 82 and 72. RGB value is (17,130,114). Sum of RGB (Red+Green+Blue) = 17+130+114=261 (34% of max value = 765). Red value is 17 (7.03% from 255 or 6.51% from 261); Green value is 130 (51.17% from 255 or 49.81% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 130 - color contains mainly: green. Hex color #118272 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #118272 is #EE7D8D. Grayscale: #5E5E5E. Windows color (decimal): -15629710 or 7504401. OLE color: 7504401.

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

Color convert

RGB17130114-
CMYK0.8700.120.49
HSL171.5º76.87%28.82%-
HSV(B)171.5º86.92%50.98%-
XYZ11.2517.318.67-
YUV94.39139.0672.8-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 6.51%
GREEN value IS 130 (51.17% from 255) = 49.81%
BLUE value IS 114 (44.92% from 255) = 43.68%
R=6.51%
G=49.81%
B=43.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal171301140.8700.120.49171.576.8728.82
Hex118272570C31ac4d1d
Octal212021621270146125411535
Binary1000110000010111001010101110110011000110101100100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #118272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #118272; }

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

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

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

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

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

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

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

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