#12443B

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

Shades of Deep Teal #12443B

Tints of Deep Teal #12443B

Color information

#12443B (or 0x12443B) is unknown color: approx Deep Teal. HEX triplet: 12, 44 and 3B. RGB value is (18,68,59). Sum of RGB (Red+Green+Blue) = 18+68+59=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 68 (26.95% from 255 or 46.90% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 68 - color contains mainly: green. Hex color #12443B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12443B is #EDBBC4. Grayscale: #343434. Windows color (decimal): -15580101 or 3884050. OLE color: 3884050.

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

Color convert

RGB186859-
CMYK0.7400.130.73
HSL169.2º58.14%16.86%-
HSV(B)169.2º73.53%26.67%-
XYZ3.114.584.86-
YUV52.02131.94103.73-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 68 (26.95% from 255) = 46.90%
BLUE value IS 59 (23.44% from 255) = 40.69%
R=12.41%
G=46.90%
B=40.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1868590.7400.130.73169.258.1416.86
Hex12443B4A0D49a93a11
Octal22104731120151112517221
Binary10010100010011101110010100110110010011010100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12443B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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