#18443A

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

Shades of Deep Teal #18443A

Tints of Deep Teal #18443A

Color information

#18443A (or 0x18443A) is unknown color: approx Deep Teal. HEX triplet: 18, 44 and 3A. RGB value is (24,68,58). Sum of RGB (Red+Green+Blue) = 24+68+58=150 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16% from 150); Green value is 68 (26.95% from 255 or 45.33% from 150); Blue value is 58 (23.05% from 255 or 38.67% from 150); Max value from RGB is 68 - color contains mainly: green. Hex color #18443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18443A is #E7BBC5. Grayscale: #353535. Windows color (decimal): -15186886 or 3818520. OLE color: 3818520.

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

Color convert

RGB246858-
CMYK0.6500.150.73
HSL166.36º47.83%18.04%-
HSV(B)166.36º64.71%26.67%-
XYZ3.214.634.73-
YUV53.7130.42106.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16%
GREEN value IS 68 (26.95% from 255) = 45.33%
BLUE value IS 58 (23.05% from 255) = 38.67%
R=16%
G=45.33%
B=38.67%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468580.6500.150.73166.3647.8318.04
Hex18443A410F49a63012
Octal30104721010171112466022
Binary11000100010011101010000010111110010011010011011000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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