#18785F

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

Shades of Deep Sea #18785F

Tints of Deep Sea #18785F

Color information

#18785F (or 0x18785F) is unknown color: approx Deep Sea. HEX triplet: 18, 78 and 5F. RGB value is (24,120,95). Sum of RGB (Red+Green+Blue) = 24+120+95=239 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.04% from 239); Green value is 120 (47.27% from 255 or 50.21% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 120 - color contains mainly: green. Hex color #18785F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18785F is #E787A0. Grayscale: #585858. Windows color (decimal): -15173537 or 6256664. OLE color: 6256664.

HSL color Cylindrical-coordinate representation of color #18785F: hue angle of 164.38º 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 #18785F is Cyan = 0.8, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.53.

Color convert

RGB2412095-
CMYK0.800.210.53
HSL164.38º66.67%28.24%-
HSV(B)164.38º80%47.06%-
XYZ9.1614.4513.13-
YUV88.45131.782.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.04%
GREEN value IS 120 (47.27% from 255) = 50.21%
BLUE value IS 95 (37.5% from 255) = 39.75%
R=10.04%
G=50.21%
B=39.75%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24120950.800.210.53164.3866.6728.24
Hex18785F5001535a4431c
Octal301701371200256524410334
Binary1100011110001011111101000001010111010110100100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18785F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18785F; }

 p { color: rgb(24,120,95); }

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

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

 a { background-color: rgb(24,120,95); }

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

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

 span { border-color: rgb(24,120,95); }

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