#18443E

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

Shades of Deep Teal #18443E

Tints of Deep Teal #18443E

Color information

#18443E (or 0x18443E) is unknown color: approx Deep Teal. HEX triplet: 18, 44 and 3E. RGB value is (24,68,62). Sum of RGB (Red+Green+Blue) = 24+68+62=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 62 (24.61% from 255 or 40.26% from 154); Max value from RGB is 68 - color contains mainly: green. Hex color #18443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18443E is #E7BBC1. Grayscale: #363636. Windows color (decimal): -15186882 or 4080664. OLE color: 4080664.

HSL color Cylindrical-coordinate representation of color #18443E: hue angle of 171.82º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #18443E is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB246862-
CMYK0.6500.090.73
HSL171.82º47.83%18.04%-
HSV(B)171.82º64.71%26.67%-
XYZ3.314.685.29-
YUV54.16132.42106.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.58%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 62 (24.61% from 255) = 40.26%
R=15.58%
G=44.16%
B=40.26%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468620.6500.090.73171.8247.8318.04
Hex18443E410949ac3012
Octal30104761010111112546022
Binary11000100010011111010000010100110010011010110011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18443E; }

 p { color: rgb(24,68,62); }

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

<style>
 a { background-color: #18443E; }

 a { background-color: rgb(24,68,62); }

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

<style>
 span { border-color: #18443E; }

 span { border-color: rgb(24,68,62); }

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