#12443E

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

Shades of Deep Teal #12443E

Tints of Deep Teal #12443E

Color information

#12443E (or 0x12443E) is unknown color: approx Deep Teal. HEX triplet: 12, 44 and 3E. RGB value is (18,68,62). Sum of RGB (Red+Green+Blue) = 18+68+62=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 68 (26.95% from 255 or 45.95% from 148); Blue value is 62 (24.61% from 255 or 41.89% from 148); Max value from RGB is 68 - color contains mainly: green. Hex color #12443E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443E is #EDBBC1. Grayscale: #343434. Windows color (decimal): -15580098 or 4080658. OLE color: 4080658.

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

Color convert

RGB186862-
CMYK0.7400.090.73
HSL172.8º58.14%16.86%-
HSV(B)172.8º73.53%26.67%-
XYZ3.194.615.28-
YUV52.37133.44103.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.16%
GREEN value IS 68 (26.95% from 255) = 45.95%
BLUE value IS 62 (24.61% from 255) = 41.89%
R=12.16%
G=45.95%
B=41.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868620.7400.090.73172.858.1416.86
Hex12443E4A0949ad3a11
Octal22104761120111112557221
Binary10010100010011111010010100100110010011010110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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