#094132

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

Shades of Deep Teal #094132

Tints of Deep Teal #094132

Color information

#094132 (or 0x094132) is unknown color: approx Deep Teal. HEX triplet: 09, 41 and 32. RGB value is (9,65,50). Sum of RGB (Red+Green+Blue) = 9+65+50=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #094132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094132 is #F6BECD. Grayscale: #2E2E2E. Windows color (decimal): -16170702 or 3293449. OLE color: 3293449.

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

Color convert

RGB96550-
CMYK0.8600.230.75
HSL163.93º75.68%14.51%-
HSV(B)163.93º86.15%25.49%-
XYZ2.584.073.67-
YUV46.55129.95101.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 65 (25.78% from 255) = 52.42%
BLUE value IS 50 (19.92% from 255) = 40.32%
R=7.26%
G=52.42%
B=40.32%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965500.8600.230.75163.9375.6814.51
Hex94132560174Ba44cf
Octal111016212602711324411417
Binary10011000001110010101011001011110010111010010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094132; }

 p { color: rgb(9,65,50); }

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

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

 a { background-color: rgb(9,65,50); }

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

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

 span { border-color: rgb(9,65,50); }

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