#0A4139

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

Shades of Deep Teal #0A4139

Tints of Deep Teal #0A4139

Color information

#0A4139 (or 0x0A4139) is unknown color: approx Deep Teal. HEX triplet: 0A, 41 and 39. RGB value is (10,65,57). Sum of RGB (Red+Green+Blue) = 10+65+57=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 65 (25.78% from 255 or 49.24% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4139 is #F5BEC6. Grayscale: #2F2F2F. Windows color (decimal): -16105159 or 3752202. OLE color: 3752202.

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

Color convert

RGB106557-
CMYK0.8500.120.75
HSL171.27º73.33%14.71%-
HSV(B)171.27º84.62%25.49%-
XYZ2.754.144.52-
YUV47.64133.28101.15-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 65 (25.78% from 255) = 49.24%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=7.58%
G=49.24%
B=43.18%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065570.8500.120.75171.2773.3314.71
HexA4139550C4Bab49f
Octal121017112501411325311117
Binary1010100000111100110101010110010010111010101110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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