#12403B

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

Shades of Deep Teal #12403B

Tints of Deep Teal #12403B

Color information

#12403B (or 0x12403B) is unknown color: approx Deep Teal. HEX triplet: 12, 40 and 3B. RGB value is (18,64,59). Sum of RGB (Red+Green+Blue) = 18+64+59=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 64 (25.39% from 255 or 45.39% from 141); Blue value is 59 (23.44% from 255 or 41.84% from 141); Max value from RGB is 64 - color contains mainly: green. Hex color #12403B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12403B is #EDBFC4. Grayscale: #313131. Windows color (decimal): -15581125 or 3883026. OLE color: 3883026.

HSL color Cylindrical-coordinate representation of color #12403B: hue angle of 173.48º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #12403B is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB186459-
CMYK0.7200.080.75
HSL173.48º56.1%16.08%-
HSV(B)173.48º71.88%25.1%-
XYZ2.874.114.78-
YUV49.68133.26105.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 64 (25.39% from 255) = 45.39%
BLUE value IS 59 (23.44% from 255) = 41.84%
R=12.77%
G=45.39%
B=41.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864590.7200.080.75173.4856.116.08
Hex12403B48084Bad3810
Octal22100731100101132557020
Binary10010100000011101110010000100010010111010110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12403B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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