#094436

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

Shades of Deep Teal #094436

Tints of Deep Teal #094436

Color information

#094436 (or 0x094436) is unknown color: approx Deep Teal. HEX triplet: 09, 44 and 36. RGB value is (9,68,54). Sum of RGB (Red+Green+Blue) = 9+68+54=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #094436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094436 is #F6BBC9. Grayscale: #303030. Windows color (decimal): -16169930 or 3556361. OLE color: 3556361.

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

Color convert

RGB96854-
CMYK0.8700.210.73
HSL165.76º76.62%15.1%-
HSV(B)165.76º86.76%26.67%-
XYZ2.854.464.2-
YUV48.76130.9599.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 68 (26.95% from 255) = 51.91%
BLUE value IS 54 (21.48% from 255) = 41.22%
R=6.87%
G=51.91%
B=41.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal968540.8700.210.73165.7676.6215.1
Hex944365701549a64df
Octal111046612702511124611517
Binary10011000100110110101011101010110010011010011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094436; }

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

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

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

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

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

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

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

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