#12443A

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

Shades of Deep Teal #12443A

Tints of Deep Teal #12443A

Color information

#12443A (or 0x12443A) is unknown color: approx Deep Teal. HEX triplet: 12, 44 and 3A. RGB value is (18,68,58). Sum of RGB (Red+Green+Blue) = 18+68+58=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 68 (26.95% from 255 or 47.22% from 144); Blue value is 58 (23.05% from 255 or 40.28% from 144); Max value from RGB is 68 - color contains mainly: green. Hex color #12443A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443A is #EDBBC5. Grayscale: #333333. Windows color (decimal): -15580102 or 3818514. OLE color: 3818514.

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

Color convert

RGB186858-
CMYK0.7400.150.73
HSL168º58.14%16.86%-
HSV(B)168º73.53%26.67%-
XYZ3.084.574.72-
YUV51.91131.44103.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 68 (26.95% from 255) = 47.22%
BLUE value IS 58 (23.05% from 255) = 40.28%
R=12.5%
G=47.22%
B=40.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868580.7400.150.7316858.1416.86
Hex12443A4A0F49a83a11
Octal22104721120171112507221
Binary10010100010011101010010100111110010011010100011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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