#18423C

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

Shades of Deep Teal #18423C

Tints of Deep Teal #18423C

Color information

#18423C (or 0x18423C) is unknown color: approx Deep Teal. HEX triplet: 18, 42 and 3C. RGB value is (24,66,60). Sum of RGB (Red+Green+Blue) = 24+66+60=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 66 (26.17% from 255 or 44% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 66 - color contains mainly: green. Hex color #18423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18423C is #E7BDC3. Grayscale: #343434. Windows color (decimal): -15187396 or 3949080. OLE color: 3949080.

HSL color Cylindrical-coordinate representation of color #18423C: hue angle of 171.43º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #18423C is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB246660-
CMYK0.6400.090.74
HSL171.43º46.67%17.65%-
HSV(B)171.43º63.64%25.88%-
XYZ3.144.424.96-
YUV52.76132.09107.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 66 (26.17% from 255) = 44%
BLUE value IS 60 (23.83% from 255) = 40%
R=16%
G=44%
B=40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2466600.6400.090.74171.4346.6717.65
Hex18423C40094Aab2f12
Octal30102741000111122535722
Binary11000100001011110010000000100110010101010101110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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