#12443C

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

Shades of Deep Teal #12443C

Tints of Deep Teal #12443C

Color information

#12443C (or 0x12443C) is unknown color: approx Deep Teal. HEX triplet: 12, 44 and 3C. RGB value is (18,68,60). Sum of RGB (Red+Green+Blue) = 18+68+60=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 60 (23.83% from 255 or 41.10% from 146); Max value from RGB is 68 - color contains mainly: green. Hex color #12443C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443C is #EDBBC3. Grayscale: #343434. Windows color (decimal): -15580100 or 3949586. OLE color: 3949586.

HSL color Cylindrical-coordinate representation of color #12443C: hue angle of 170.4º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #12443C is Cyan = 0.74, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB186860-
CMYK0.7400.120.73
HSL170.4º58.14%16.86%-
HSV(B)170.4º73.53%26.67%-
XYZ3.134.595-
YUV52.14132.44103.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.33%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 60 (23.83% from 255) = 41.10%
R=12.33%
G=46.58%
B=41.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868600.7400.120.73170.458.1416.86
Hex12443C4A0C49aa3a11
Octal22104741120141112527221
Binary10010100010011110010010100110010010011010101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12443C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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