#18795E

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

Shades of Deep Sea #18795E

Tints of Deep Sea #18795E

Color information

#18795E (or 0x18795E) is unknown color: approx Deep Sea. HEX triplet: 18, 79 and 5E. RGB value is (24,121,94). Sum of RGB (Red+Green+Blue) = 24+121+94=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 121 (47.66% from 255 or 50.63% from 239); Blue value is 94 (37.11% from 255 or 39.33% from 239); Max value from RGB is 121 - color contains mainly: green. Hex color #18795E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18795E is #E786A1. Grayscale: #585858. Windows color (decimal): -15173282 or 6191384. OLE color: 6191384.

HSL color Cylindrical-coordinate representation of color #18795E: hue angle of 163.3º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #18795E is Cyan = 0.80, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB2412194-
CMYK0.8000.220.53
HSL163.3º66.9%28.43%-
HSV(B)163.3º80.17%47.45%-
XYZ9.2314.6812.94-
YUV88.92130.8681.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 121 (47.66% from 255) = 50.63%
BLUE value IS 94 (37.11% from 255) = 39.33%
R=10.04%
G=50.63%
B=39.33%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24121940.8000.220.53163.366.928.43
Hex18795E5001635a3431c
Octal301711361200266524310334
Binary1100011110011011110101000001011011010110100011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18795E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18795E; }

 p { color: rgb(24,121,94); }

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

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

 a { background-color: rgb(24,121,94); }

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

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

 span { border-color: rgb(24,121,94); }

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