#12423C

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

Shades of Deep Teal #12423C

Tints of Deep Teal #12423C

Color information

#12423C (or 0x12423C) is unknown color: approx Deep Teal. HEX triplet: 12, 42 and 3C. RGB value is (18,66,60). Sum of RGB (Red+Green+Blue) = 18+66+60=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 66 (26.17% from 255 or 45.83% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 66 - color contains mainly: green. Hex color #12423C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423C is #EDBDC3. Grayscale: #323232. Windows color (decimal): -15580612 or 3949074. OLE color: 3949074.

HSL color Cylindrical-coordinate representation of color #12423C: hue angle of 172.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #12423C is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.74.

Color convert

RGB186660-
CMYK0.7300.090.74
HSL172.5º57.14%16.47%-
HSV(B)172.5º72.73%25.88%-
XYZ3.014.354.96-
YUV50.96133.1104.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 66 (26.17% from 255) = 45.83%
BLUE value IS 60 (23.83% from 255) = 41.67%
R=12.5%
G=45.83%
B=41.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866600.7300.090.74172.557.1416.47
Hex12423C49094Aac3910
Octal22102741110111122547120
Binary10010100001011110010010010100110010101010110011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12423C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12423C; }

 p { color: rgb(18,66,60); }

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

<style>
 a { background-color: #12423C; }

 a { background-color: rgb(18,66,60); }

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

<style>
 span { border-color: #12423C; }

 span { border-color: rgb(18,66,60); }

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