#0C493E

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

Shades of Deep Teal #0C493E

Tints of Deep Teal #0C493E

Color information

#0C493E (or 0x0C493E) is unknown color: approx Deep Teal. HEX triplet: 0C, 49 and 3E. RGB value is (12,73,62). Sum of RGB (Red+Green+Blue) = 12+73+62=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 73 (28.91% from 255 or 49.66% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 73 - color contains mainly: green. Hex color #0C493E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C493E is #F3B6C1. Grayscale: #353535. Windows color (decimal): -15972034 or 4081932. OLE color: 4081932.

HSL color Cylindrical-coordinate representation of color #0C493E: hue angle of 169.18º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C493E is Cyan = 0.84, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.71.

Color convert

RGB127362-
CMYK0.8400.150.71
HSL169.18º71.76%16.67%-
HSV(B)169.18º83.56%28.63%-
XYZ3.45.195.38-
YUV53.51132.7998.39-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 73 (28.91% from 255) = 49.66%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=8.16%
G=49.66%
B=42.18%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1273620.8400.150.71169.1871.7616.67
HexC493E540F47a94811
Octal141117612401710725111021
Binary11001001001111110101010001111100011110101001100100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C493E; }

 p { color: rgb(12,73,62); }

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

<style>
 a { background-color: #0C493E; }

 a { background-color: rgb(12,73,62); }

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

<style>
 span { border-color: #0C493E; }

 span { border-color: rgb(12,73,62); }

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