#18735C

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

Shades of Deep Sea #18735C

Tints of Deep Sea #18735C

Color information

#18735C (or 0x18735C) is unknown color: approx Deep Sea. HEX triplet: 18, 73 and 5C. RGB value is (24,115,92). Sum of RGB (Red+Green+Blue) = 24+115+92=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 92 (36.33% from 255 or 39.83% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #18735C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735C is #E78CA3. Grayscale: #555555. Windows color (decimal): -15174820 or 6058776. OLE color: 6058776.

HSL color Cylindrical-coordinate representation of color #18735C: hue angle of 164.84º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #18735C is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB2411592-
CMYK0.7900.200.55
HSL164.84º65.47%27.25%-
HSV(B)164.84º79.13%45.1%-
XYZ8.4413.2312.23-
YUV85.17131.8584.37-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 115 (45.31% from 255) = 49.78%
BLUE value IS 92 (36.33% from 255) = 39.83%
R=10.39%
G=49.78%
B=39.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24115920.7900.200.55164.8465.4727.25
Hex18735C4F01437a5411b
Octal301631341170246724510133
Binary1100011100111011100100111101010011011110100101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18735C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18735C; }

 p { color: rgb(24,115,92); }

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

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

 a { background-color: rgb(24,115,92); }

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

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

 span { border-color: rgb(24,115,92); }

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