#094033

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

Shades of Deep Teal #094033

Tints of Deep Teal #094033

Color information

#094033 (or 0x094033) is unknown color: approx Deep Teal. HEX triplet: 09, 40 and 33. RGB value is (9,64,51). Sum of RGB (Red+Green+Blue) = 9+64+51=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 51 (20.31% from 255 or 41.13% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #094033 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094033 is #F6BFCC. Grayscale: #2E2E2E. Windows color (decimal): -16170957 or 3358729. OLE color: 3358729.

HSL color Cylindrical-coordinate representation of color #094033: hue angle of 165.82º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094033 is Cyan = 0.86, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.75.

Color convert

RGB96451-
CMYK0.8600.200.75
HSL165.82º75.34%14.31%-
HSV(B)165.82º85.94%25.1%-
XYZ2.543.963.76-
YUV46.07130.78101.56-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 64 (25.39% from 255) = 51.61%
BLUE value IS 51 (20.31% from 255) = 41.13%
R=7.26%
G=51.61%
B=41.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964510.8600.200.75165.8275.3414.31
Hex94033560144Ba64be
Octal111006312602411324611316
Binary10011000000110011101011001010010010111010011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094033; }

 p { color: rgb(9,64,51); }

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

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

 a { background-color: rgb(9,64,51); }

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

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

 span { border-color: rgb(9,64,51); }

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