#094134

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

Shades of Deep Teal #094134

Tints of Deep Teal #094134

Color information

#094134 (or 0x094134) is unknown color: approx Deep Teal. HEX triplet: 09, 41 and 34. RGB value is (9,65,52). Sum of RGB (Red+Green+Blue) = 9+65+52=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 52 (20.70% from 255 or 41.27% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #094134 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094134 is #F6BECB. Grayscale: #2E2E2E. Windows color (decimal): -16170700 or 3424521. OLE color: 3424521.

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

Color convert

RGB96552-
CMYK0.8600.200.75
HSL166.07º75.68%14.51%-
HSV(B)166.07º86.15%25.49%-
XYZ2.624.093.9-
YUV46.77130.95101.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 52 (20.70% from 255) = 41.27%
R=7.14%
G=51.59%
B=41.27%

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
Decimal965520.8600.200.75166.0775.6814.51
Hex94134560144Ba64cf
Octal111016412602411324611417
Binary10011000001110100101011001010010010111010011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094134; }

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

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

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

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

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

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

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

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