#18443F

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

Shades of Deep Teal #18443F

Tints of Deep Teal #18443F

Color information

#18443F (or 0x18443F) is unknown color: approx Deep Teal. HEX triplet: 18, 44 and 3F. RGB value is (24,68,63). Sum of RGB (Red+Green+Blue) = 24+68+63=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 68 (26.95% from 255 or 43.87% from 155); Blue value is 63 (25% from 255 or 40.65% from 155); Max value from RGB is 68 - color contains mainly: green. Hex color #18443F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18443F is #E7BBC0. Grayscale: #363636. Windows color (decimal): -15186881 or 4146200. OLE color: 4146200.

HSL color Cylindrical-coordinate representation of color #18443F: hue angle of 173.18º 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 #18443F is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB246863-
CMYK0.6500.070.73
HSL173.18º47.83%18.04%-
HSV(B)173.18º64.71%26.67%-
XYZ3.344.695.43-
YUV54.27132.92106.41-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.48%
GREEN value IS 68 (26.95% from 255) = 43.87%
BLUE value IS 63 (25% from 255) = 40.65%
R=15.48%
G=43.87%
B=40.65%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468630.6500.070.73173.1847.8318.04
Hex18443F410749ad3012
Octal3010477101071112556022
Binary1100010001001111111000001011110010011010110111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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