#0A4032

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

Shades of Deep Teal #0A4032

Tints of Deep Teal #0A4032

Color information

#0A4032 (or 0x0A4032) is unknown color: approx Deep Teal. HEX triplet: 0A, 40 and 32. RGB value is (10,64,50). Sum of RGB (Red+Green+Blue) = 10+64+50=124 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.06% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4032 is #F5BFCD. Grayscale: #2E2E2E. Windows color (decimal): -16105422 or 3293194. OLE color: 3293194.

HSL color Cylindrical-coordinate representation of color #0A4032: hue angle of 164.44º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4032 is Cyan = 0.84, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB106450-
CMYK0.8400.220.75
HSL164.44º72.97%14.51%-
HSV(B)164.44º84.38%25.1%-
XYZ2.533.963.65-
YUV46.26130.11102.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 8.06%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=8.06%
G=51.61%
B=40.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064500.8400.220.75164.4472.9714.51
HexA4032540164Ba449f
Octal121006212402611324411117
Binary10101000000110010101010001011010010111010010010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,64,50); }

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

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

 a { background-color: rgb(10,64,50); }

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

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

 span { border-color: rgb(10,64,50); }

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