#18745D

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

Shades of Deep Sea #18745D

Tints of Deep Sea #18745D

Color information

#18745D (or 0x18745D) is unknown color: approx Deep Sea. HEX triplet: 18, 74 and 5D. RGB value is (24,116,93). Sum of RGB (Red+Green+Blue) = 24+116+93=233 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.30% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 93 (36.72% from 255 or 39.91% from 233); Max value from RGB is 116 - color contains mainly: green. Hex color #18745D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18745D is #E78BA2. Grayscale: #555555. Windows color (decimal): -15174563 or 6124568. OLE color: 6124568.

HSL color Cylindrical-coordinate representation of color #18745D: hue angle of 165º degrees, saturation: 0.66, 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 #18745D is Cyan = 0.79, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.

Color convert

RGB2411693-
CMYK0.7900.200.55
HSL165º65.71%27.45%-
HSV(B)165º79.31%45.49%-
XYZ8.613.4812.5-
YUV85.87132.0283.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.30%
GREEN value IS 116 (45.70% from 255) = 49.79%
BLUE value IS 93 (36.72% from 255) = 39.91%
R=10.30%
G=49.79%
B=39.91%

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
Decimal24116930.7900.200.5516565.7127.45
Hex18745D4F01437a5421b
Octal301641351170246724510233
Binary1100011101001011101100111101010011011110100101100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18745D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18745D; }

 p { color: rgb(24,116,93); }

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

<style>
 a { background-color: #18745D; }

 a { background-color: rgb(24,116,93); }

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

<style>
 span { border-color: #18745D; }

 span { border-color: rgb(24,116,93); }

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