#12473D

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

Shades of Deep Teal #12473D

Tints of Deep Teal #12473D

Color information

#12473D (or 0x12473D) is unknown color: approx Deep Teal. HEX triplet: 12, 47 and 3D. RGB value is (18,71,61). Sum of RGB (Red+Green+Blue) = 18+71+61=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 71 (28.12% from 255 or 47.33% from 150); Blue value is 61 (24.22% from 255 or 40.67% from 150); Max value from RGB is 71 - color contains mainly: green. Hex color #12473D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12473D is #EDB8C2. Grayscale: #363636. Windows color (decimal): -15579331 or 4015890. OLE color: 4015890.

HSL color Cylindrical-coordinate representation of color #12473D: hue angle of 168.68º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #12473D is Cyan = 0.75, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.

Color convert

RGB187161-
CMYK0.7500.140.72
HSL168.68º59.55%17.45%-
HSV(B)168.68º74.65%27.84%-
XYZ3.344.975.2-
YUV54.01131.94102.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12%
GREEN value IS 71 (28.12% from 255) = 47.33%
BLUE value IS 61 (24.22% from 255) = 40.67%
R=12%
G=47.33%
B=40.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871610.7500.140.72168.6859.5517.45
Hex12473D4B0E48a93c11
Octal22107751130161102517421
Binary10010100011111110110010110111010010001010100111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12473D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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