#094234

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

Shades of Deep Teal #094234

Tints of Deep Teal #094234

Color information

#094234 (or 0x094234) is unknown color: approx Deep Teal. HEX triplet: 09, 42 and 34. RGB value is (9,66,52). Sum of RGB (Red+Green+Blue) = 9+66+52=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 66 (26.17% from 255 or 51.97% from 127); Blue value is 52 (20.70% from 255 or 40.94% from 127); Max value from RGB is 66 - color contains mainly: green. Hex color #094234 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094234 is #F6BDCB. Grayscale: #2F2F2F. Windows color (decimal): -16170444 or 3424777. OLE color: 3424777.

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

Color convert

RGB96652-
CMYK0.8600.210.74
HSL165.26º76%14.71%-
HSV(B)165.26º86.36%25.88%-
XYZ2.684.23.92-
YUV47.36130.62100.64-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 66 (26.17% from 255) = 51.97%
BLUE value IS 52 (20.70% from 255) = 40.94%
R=7.09%
G=51.97%
B=40.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966520.8600.210.74165.267614.71
Hex94234560154Aa54cf
Octal111026412602511224511417
Binary10011000010110100101011001010110010101010010110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094234; }

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

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

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

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

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

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

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

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