#0A4436

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

Shades of Deep Teal #0A4436

Tints of Deep Teal #0A4436

Color information

#0A4436 (or 0x0A4436) is unknown color: approx Deep Teal. HEX triplet: 0A, 44 and 36. RGB value is (10,68,54). Sum of RGB (Red+Green+Blue) = 10+68+54=132 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.58% from 132); Green value is 68 (26.95% from 255 or 51.52% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4436 is #F5BBC9. Grayscale: #313131. Windows color (decimal): -16104394 or 3556362. OLE color: 3556362.

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

Color convert

RGB106854-
CMYK0.8500.210.73
HSL165.52º74.36%15.29%-
HSV(B)165.52º85.29%26.67%-
XYZ2.864.474.2-
YUV49.06130.78100.14-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.58%
GREEN value IS 68 (26.95% from 255) = 51.52%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=7.58%
G=51.52%
B=40.91%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068540.8500.210.73165.5274.3615.29
HexA44365501549a64af
Octal121046612502511124611217
Binary10101000100110110101010101010110010011010011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,68,54); }

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

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

 a { background-color: rgb(10,68,54); }

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

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

 span { border-color: rgb(10,68,54); }

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