#18443C

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

Shades of Deep Teal #18443C

Tints of Deep Teal #18443C

Color information

#18443C (or 0x18443C) is unknown color: approx Deep Teal. HEX triplet: 18, 44 and 3C. RGB value is (24,68,60). Sum of RGB (Red+Green+Blue) = 24+68+60=152 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.79% from 152); Green value is 68 (26.95% from 255 or 44.74% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 68 - color contains mainly: green. Hex color #18443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18443C is #E7BBC3. Grayscale: #353535. Windows color (decimal): -15186884 or 3949592. OLE color: 3949592.

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

Color convert

RGB246860-
CMYK0.6500.120.73
HSL169.09º47.83%18.04%-
HSV(B)169.09º64.71%26.67%-
XYZ3.264.655-
YUV53.93131.42106.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 15.79%
GREEN value IS 68 (26.95% from 255) = 44.74%
BLUE value IS 60 (23.83% from 255) = 39.47%
R=15.79%
G=44.74%
B=39.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2468600.6500.120.73169.0947.8318.04
Hex18443C410C49a93012
Octal30104741010141112516022
Binary11000100010011110010000010110010010011010100111000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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