#18735B

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

Shades of Deep Sea #18735B

Tints of Deep Sea #18735B

Color information

#18735B (or 0x18735B) is unknown color: approx Deep Sea. HEX triplet: 18, 73 and 5B. RGB value is (24,115,91). Sum of RGB (Red+Green+Blue) = 24+115+91=230 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.43% from 230); Green value is 115 (45.31% from 255 or 50% from 230); Blue value is 91 (35.94% from 255 or 39.57% from 230); Max value from RGB is 115 - color contains mainly: green. Hex color #18735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18735B is #E78CA4. Grayscale: #555555. Windows color (decimal): -15174821 or 5993240. OLE color: 5993240.

HSL color Cylindrical-coordinate representation of color #18735B: hue angle of 164.18º 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 #18735B is Cyan = 0.79, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB2411591-
CMYK0.7900.210.55
HSL164.18º65.47%27.25%-
HSV(B)164.18º79.13%45.1%-
XYZ8.413.2112.01-
YUV85.06131.3584.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.43%
GREEN value IS 115 (45.31% from 255) = 50%
BLUE value IS 91 (35.94% from 255) = 39.57%
R=10.43%
G=50%
B=39.57%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24115910.7900.210.55164.1865.4727.25
Hex18735B4F01537a4411b
Octal301631331170256724410133
Binary1100011100111011011100111101010111011110100100100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18735B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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