#0A4039

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

Shades of Deep Teal #0A4039

Tints of Deep Teal #0A4039

Color information

#0A4039 (or 0x0A4039) is unknown color: approx Deep Teal. HEX triplet: 0A, 40 and 39. RGB value is (10,64,57). Sum of RGB (Red+Green+Blue) = 10+64+57=131 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.63% from 131); Green value is 64 (25.39% from 255 or 48.85% from 131); Blue value is 57 (22.66% from 255 or 43.51% from 131); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4039 is #F5BFC6. Grayscale: #2F2F2F. Windows color (decimal): -16105415 or 3751946. OLE color: 3751946.

HSL color Cylindrical-coordinate representation of color #0A4039: hue angle of 172.22º 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 #0A4039 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB106457-
CMYK0.8400.110.75
HSL172.22º72.97%14.51%-
HSV(B)172.22º84.38%25.1%-
XYZ2.74.034.51-
YUV47.06133.61101.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.63%
GREEN value IS 64 (25.39% from 255) = 48.85%
BLUE value IS 57 (22.66% from 255) = 43.51%
R=7.63%
G=48.85%
B=43.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064570.8400.110.75172.2272.9714.51
HexA4039540B4Bac49f
Octal121007112401311325411117
Binary1010100000011100110101000101110010111010110010010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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