#12423D

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

Shades of Deep Teal #12423D

Tints of Deep Teal #12423D

Color information

#12423D (or 0x12423D) is unknown color: approx Deep Teal. HEX triplet: 12, 42 and 3D. RGB value is (18,66,61). Sum of RGB (Red+Green+Blue) = 18+66+61=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 66 (26.17% from 255 or 45.52% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 66 - color contains mainly: green. Hex color #12423D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12423D is #EDBDC2. Grayscale: #333333. Windows color (decimal): -15580611 or 4014610. OLE color: 4014610.

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

Color convert

RGB186661-
CMYK0.7300.080.74
HSL173.75º57.14%16.47%-
HSV(B)173.75º72.73%25.88%-
XYZ3.044.365.1-
YUV51.08133.6104.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 66 (26.17% from 255) = 45.52%
BLUE value IS 61 (24.22% from 255) = 42.07%
R=12.41%
G=45.52%
B=42.07%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1866610.7300.080.74173.7557.1416.47
Hex12423D49084Aae3910
Octal22102751110101122567120
Binary10010100001011110110010010100010010101010111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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