#094239

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

Shades of Deep Teal #094239

Tints of Deep Teal #094239

Color information

#094239 (or 0x094239) is unknown color: approx Deep Teal. HEX triplet: 09, 42 and 39. RGB value is (9,66,57). Sum of RGB (Red+Green+Blue) = 9+66+57=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 66 (26.17% from 255 or 50% from 132); Blue value is 57 (22.66% from 255 or 43.18% from 132); Max value from RGB is 66 - color contains mainly: green. Hex color #094239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094239 is #F6BDC6. Grayscale: #2F2F2F. Windows color (decimal): -16170439 or 3752457. OLE color: 3752457.

HSL color Cylindrical-coordinate representation of color #094239: hue angle of 170.53º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094239 is Cyan = 0.86, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.74.

Color convert

RGB96657-
CMYK0.8600.140.74
HSL170.53º76%14.71%-
HSV(B)170.53º86.36%25.88%-
XYZ2.84.254.54-
YUV47.93133.12100.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 66 (26.17% from 255) = 50%
BLUE value IS 57 (22.66% from 255) = 43.18%
R=6.82%
G=50%
B=43.18%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966570.8600.140.74170.537614.71
Hex94239560E4Aab4cf
Octal111027112601611225311417
Binary1001100001011100110101100111010010101010101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094239; }

 p { color: rgb(9,66,57); }

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

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

 a { background-color: rgb(9,66,57); }

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

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

 span { border-color: rgb(9,66,57); }

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