#12473A

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

Shades of Deep Teal #12473A

Tints of Deep Teal #12473A

Color information

#12473A (or 0x12473A) is unknown color: approx Deep Teal. HEX triplet: 12, 47 and 3A. RGB value is (18,71,58). Sum of RGB (Red+Green+Blue) = 18+71+58=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 71 (28.12% from 255 or 48.30% from 147); Blue value is 58 (23.05% from 255 or 39.46% from 147); Max value from RGB is 71 - color contains mainly: green. Hex color #12473A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12473A is #EDB8C5. Grayscale: #353535. Windows color (decimal): -15579334 or 3819282. OLE color: 3819282.

HSL color Cylindrical-coordinate representation of color #12473A: hue angle of 165.28º 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 #12473A is Cyan = 0.75, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.

Color convert

RGB187158-
CMYK0.7500.180.72
HSL165.28º59.55%17.45%-
HSV(B)165.28º74.65%27.84%-
XYZ3.274.944.78-
YUV53.67130.44102.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.24%
GREEN value IS 71 (28.12% from 255) = 48.30%
BLUE value IS 58 (23.05% from 255) = 39.46%
R=12.24%
G=48.30%
B=39.46%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1871580.7500.180.72165.2859.5517.45
Hex12473A4B01248a53c11
Octal22107721130221102457421
Binary100101000111111010100101101001010010001010010111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12473A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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