#18785B

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

Shades of Deep Sea #18785B

Tints of Deep Sea #18785B

Color information

#18785B (or 0x18785B) is unknown color: approx Deep Sea. HEX triplet: 18, 78 and 5B. RGB value is (24,120,91). Sum of RGB (Red+Green+Blue) = 24+120+91=235 (31% of max value = 765). Red value is 24 (9.77% from 255 or 10.21% from 235); Green value is 120 (47.27% from 255 or 51.06% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 120 - color contains mainly: green. Hex color #18785B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18785B is #E787A4. Grayscale: #585858. Windows color (decimal): -15173541 or 5994520. OLE color: 5994520.

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

Color convert

RGB2412091-
CMYK0.800.240.53
HSL161.88º66.67%28.24%-
HSV(B)161.88º80%47.06%-
XYZ8.9814.3812.2-
YUV87.99129.782.36-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.21%
GREEN value IS 120 (47.27% from 255) = 51.06%
BLUE value IS 91 (35.94% from 255) = 38.72%
R=10.21%
G=51.06%
B=38.72%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal24120910.800.240.53161.8866.6728.24
Hex18785B5001835a2431c
Octal301701331200306524210334
Binary1100011110001011011101000001100011010110100010100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18785B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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