#18493F

Color #18493F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #18493F

Tints of Deep Teal #18493F

Color information

#18493F (or 0x18493F) is unknown color: approx Deep Teal. HEX triplet: 18, 49 and 3F. RGB value is (24,73,63). Sum of RGB (Red+Green+Blue) = 24+73+63=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 73 (28.91% from 255 or 45.62% from 160); Blue value is 63 (25% from 255 or 39.38% from 160); Max value from RGB is 73 - color contains mainly: green. Hex color #18493F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18493F is #E7B6C0. Grayscale: #393939. Windows color (decimal): -15185601 or 4147480. OLE color: 4147480.

HSL color Cylindrical-coordinate representation of color #18493F: hue angle of 167.76º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #18493F is Cyan = 0.67, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB247363-
CMYK0.6700.140.71
HSL167.76º50.52%19.02%-
HSV(B)167.76º67.12%28.63%-
XYZ3.665.325.54-
YUV57.21131.27104.31-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15%
GREEN value IS 73 (28.91% from 255) = 45.62%
BLUE value IS 63 (25% from 255) = 39.38%
R=15%
G=45.62%
B=39.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473630.6700.140.71167.7650.5219.02
Hex18493F430E47a83313
Octal30111771030161072506323
Binary11000100100111111110000110111010001111010100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18493F; }

 p { color: rgb(24,73,63); }

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

<style>
 a { background-color: #18493F; }

 a { background-color: rgb(24,73,63); }

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

<style>
 span { border-color: #18493F; }

 span { border-color: rgb(24,73,63); }

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