#094339

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

Shades of Deep Teal #094339

Tints of Deep Teal #094339

Color information

#094339 (or 0x094339) is unknown color: approx Deep Teal. HEX triplet: 09, 43 and 39. RGB value is (9,67,57). Sum of RGB (Red+Green+Blue) = 9+67+57=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 67 (26.56% from 255 or 50.38% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 67 - color contains mainly: green. Hex color #094339 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094339 is #F6BCC6. Grayscale: #303030. Windows color (decimal): -16170183 or 3752713. OLE color: 3752713.

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

Color convert

RGB96757-
CMYK0.8700.150.74
HSL169.66º76.32%14.9%-
HSV(B)169.66º86.57%26.27%-
XYZ2.864.374.56-
YUV48.52132.7899.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.77%
GREEN value IS 67 (26.56% from 255) = 50.38%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=6.77%
G=50.38%
B=42.86%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967570.8700.150.74169.6676.3214.9
Hex94339570F4Aaa4cf
Octal111037112701711225211417
Binary1001100001111100110101110111110010101010101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094339

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094339; }

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

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

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

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

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

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

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

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