#094138

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

Shades of Deep Teal #094138

Tints of Deep Teal #094138

Color information

#094138 (or 0x094138) is unknown color: approx Deep Teal. HEX triplet: 09, 41 and 38. RGB value is (9,65,56). Sum of RGB (Red+Green+Blue) = 9+65+56=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 65 (25.78% from 255 or 50% from 130); Blue value is 56 (22.27% from 255 or 43.08% from 130); Max value from RGB is 65 - color contains mainly: green. Hex color #094138 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094138 is #F6BEC7. Grayscale: #2F2F2F. Windows color (decimal): -16170696 or 3686665. OLE color: 3686665.

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

Color convert

RGB96556-
CMYK0.8600.140.75
HSL170.36º75.68%14.51%-
HSV(B)170.36º86.15%25.49%-
XYZ2.724.124.39-
YUV47.23132.95100.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 65 (25.78% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 43.08%
R=6.92%
G=50%
B=43.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965560.8600.140.75170.3675.6814.51
Hex94138560E4Baa4cf
Octal111017012601611325211417
Binary1001100000111100010101100111010010111010101010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094138; }

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

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

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

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

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

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

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

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