#18745B

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

Shades of Deep Sea #18745B

Tints of Deep Sea #18745B

Color information

#18745B (or 0x18745B) is unknown color: approx Deep Sea. HEX triplet: 18, 74 and 5B. RGB value is (24,116,91). Sum of RGB (Red+Green+Blue) = 24+116+91=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 116 (45.70% from 255 or 50.22% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 116 - color contains mainly: green. Hex color #18745B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18745B is #E78BA4. Grayscale: #555555. Windows color (decimal): -15174565 or 5993496. OLE color: 5993496.

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

Color convert

RGB2411691-
CMYK0.7900.220.55
HSL163.7º65.71%27.45%-
HSV(B)163.7º79.31%45.49%-
XYZ8.5113.4412.04-
YUV85.64131.0284.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 10.39%
GREEN value IS 116 (45.70% from 255) = 50.22%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=10.39%
G=50.22%
B=39.39%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal24116910.7900.220.55163.765.7127.45
Hex18745B4F01637a4421b
Octal301641331170266724410233
Binary1100011101001011011100111101011011011110100100100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18745B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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