#18493C

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

Shades of Deep Teal #18493C

Tints of Deep Teal #18493C

Color information

#18493C (or 0x18493C) is unknown color: approx Deep Teal. HEX triplet: 18, 49 and 3C. RGB value is (24,73,60). Sum of RGB (Red+Green+Blue) = 24+73+60=157 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.29% from 157); Green value is 73 (28.91% from 255 or 46.50% from 157); Blue value is 60 (23.83% from 255 or 38.22% from 157); Max value from RGB is 73 - color contains mainly: green. Hex color #18493C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18493C is #E7B6C3. Grayscale: #383838. Windows color (decimal): -15185604 or 3950872. OLE color: 3950872.

HSL color Cylindrical-coordinate representation of color #18493C: hue angle of 164.08º 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 #18493C is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB247360-
CMYK0.6700.180.71
HSL164.08º50.52%19.02%-
HSV(B)164.08º67.12%28.63%-
XYZ3.575.295.11-
YUV56.87129.77104.56-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.29%
GREEN value IS 73 (28.91% from 255) = 46.50%
BLUE value IS 60 (23.83% from 255) = 38.22%
R=15.29%
G=46.50%
B=38.22%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473600.6700.180.71164.0850.5219.02
Hex18493C4301247a43313
Octal30111741030221072446323
Binary110001001001111100100001101001010001111010010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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