#094338

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

Shades of Deep Teal #094338

Tints of Deep Teal #094338

Color information

#094338 (or 0x094338) is unknown color: approx Deep Teal. HEX triplet: 09, 43 and 38. RGB value is (9,67,56). Sum of RGB (Red+Green+Blue) = 9+67+56=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 67 (26.56% from 255 or 50.76% from 132); Blue value is 56 (22.27% from 255 or 42.42% from 132); Max value from RGB is 67 - color contains mainly: green. Hex color #094338 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094338 is #F6BCC7. Grayscale: #303030. Windows color (decimal): -16170184 or 3687177. OLE color: 3687177.

HSL color Cylindrical-coordinate representation of color #094338: hue angle of 168.62º 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 #094338 is Cyan = 0.87, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB96756-
CMYK0.8700.160.74
HSL168.62º76.32%14.9%-
HSV(B)168.62º86.57%26.27%-
XYZ2.834.364.43-
YUV48.4132.2899.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 67 (26.56% from 255) = 50.76%
BLUE value IS 56 (22.27% from 255) = 42.42%
R=6.82%
G=50.76%
B=42.42%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967560.8700.160.74168.6276.3214.9
Hex94338570104Aa94cf
Octal111037012702011225111417
Binary10011000011111000101011101000010010101010100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094338; }

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

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

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

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

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

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

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

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