#12443D

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

Shades of Deep Teal #12443D

Tints of Deep Teal #12443D

Color information

#12443D (or 0x12443D) is unknown color: approx Deep Teal. HEX triplet: 12, 44 and 3D. RGB value is (18,68,61). Sum of RGB (Red+Green+Blue) = 18+68+61=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 68 (26.95% from 255 or 46.26% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 68 - color contains mainly: green. Hex color #12443D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443D is #EDBBC2. Grayscale: #343434. Windows color (decimal): -15580099 or 4015122. OLE color: 4015122.

HSL color Cylindrical-coordinate representation of color #12443D: hue angle of 171.6º 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 #12443D is Cyan = 0.74, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB186861-
CMYK0.7400.100.73
HSL171.6º58.14%16.86%-
HSV(B)171.6º73.53%26.67%-
XYZ3.164.65.14-
YUV52.25132.94103.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 68 (26.95% from 255) = 46.26%
BLUE value IS 61 (24.22% from 255) = 41.50%
R=12.24%
G=46.26%
B=41.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868610.7400.100.73171.658.1416.86
Hex12443D4A0A49ac3a11
Octal22104751120121112547221
Binary10010100010011110110010100101010010011010110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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