#094133

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

Shades of Deep Teal #094133

Tints of Deep Teal #094133

Color information

#094133 (or 0x094133) is unknown color: approx Deep Teal. HEX triplet: 09, 41 and 33. RGB value is (9,65,51). Sum of RGB (Red+Green+Blue) = 9+65+51=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #094133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094133 is #F6BECC. Grayscale: #2E2E2E. Windows color (decimal): -16170701 or 3358985. OLE color: 3358985.

HSL color Cylindrical-coordinate representation of color #094133: hue angle of 165º 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 #094133 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB96551-
CMYK0.8600.220.75
HSL165º75.68%14.51%-
HSV(B)165º86.15%25.49%-
XYZ2.64.083.78-
YUV46.66130.45101.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 65 (25.78% from 255) = 52%
BLUE value IS 51 (20.31% from 255) = 40.8%
R=7.2%
G=52%
B=40.8%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965510.8600.220.7516575.6814.51
Hex94133560164Ba54cf
Octal111016312602611324511417
Binary10011000001110011101011001011010010111010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094133; }

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

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

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

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

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

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

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

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