#094337

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

Shades of Deep Teal #094337

Tints of Deep Teal #094337

Color information

#094337 (or 0x094337) is unknown color: approx Deep Teal. HEX triplet: 09, 43 and 37. RGB value is (9,67,55). Sum of RGB (Red+Green+Blue) = 9+67+55=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 67 (26.56% from 255 or 51.15% from 131); Blue value is 55 (21.88% from 255 or 41.98% from 131); Max value from RGB is 67 - color contains mainly: green. Hex color #094337 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094337 is #F6BCC8. Grayscale: #303030. Windows color (decimal): -16170185 or 3621641. OLE color: 3621641.

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

Color convert

RGB96755-
CMYK0.8700.180.74
HSL167.59º76.32%14.9%-
HSV(B)167.59º86.57%26.27%-
XYZ2.814.354.31-
YUV48.29131.7899.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 67 (26.56% from 255) = 51.15%
BLUE value IS 55 (21.88% from 255) = 41.98%
R=6.87%
G=51.15%
B=41.98%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967550.8700.180.74167.5976.3214.9
Hex94337570124Aa84cf
Octal111036712702211225011417
Binary10011000011110111101011101001010010101010100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094337; }

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

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

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

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

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

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

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

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