#12433E

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

Shades of Deep Teal #12433E

Tints of Deep Teal #12433E

Color information

#12433E (or 0x12433E) is unknown color: approx Deep Teal. HEX triplet: 12, 43 and 3E. RGB value is (18,67,62). Sum of RGB (Red+Green+Blue) = 18+67+62=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 67 (26.56% from 255 or 45.58% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 67 - color contains mainly: green. Hex color #12433E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12433E is #EDBCC1. Grayscale: #333333. Windows color (decimal): -15580354 or 4080402. OLE color: 4080402.

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

Color convert

RGB186762-
CMYK0.7300.070.74
HSL173.88º57.65%16.67%-
HSV(B)173.88º73.13%26.27%-
XYZ3.134.495.26-
YUV51.78133.77103.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 67 (26.56% from 255) = 45.58%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=12.24%
G=45.58%
B=42.18%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1867620.7300.070.74173.8857.6516.67
Hex12433E49074Aae3a11
Octal2210376111071122567221
Binary1001010000111111101001001011110010101010111011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12433E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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