#094536

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

Shades of Deep Teal #094536

Tints of Deep Teal #094536

Color information

#094536 (or 0x094536) is unknown color: approx Deep Teal. HEX triplet: 09, 45 and 36. RGB value is (9,69,54). Sum of RGB (Red+Green+Blue) = 9+69+54=132 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.82% from 132); Green value is 69 (27.34% from 255 or 52.27% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 69 - color contains mainly: green. Hex color #094536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094536 is #F6BAC9. Grayscale: #313131. Windows color (decimal): -16169674 or 3556617. OLE color: 3556617.

HSL color Cylindrical-coordinate representation of color #094536: hue angle of 165º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094536 is Cyan = 0.87, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.73.

Color convert

RGB96954-
CMYK0.8700.220.73
HSL165º76.92%15.29%-
HSV(B)165º86.96%27.06%-
XYZ2.914.584.22-
YUV49.35130.6299.22-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.82%
GREEN value IS 69 (27.34% from 255) = 52.27%
BLUE value IS 54 (21.48% from 255) = 40.91%
R=6.82%
G=52.27%
B=40.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal969540.8700.220.7316576.9215.29
Hex945365701649a54df
Octal111056612702611124511517
Binary10011000101110110101011101011010010011010010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094536; }

 p { color: rgb(9,69,54); }

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

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

 a { background-color: rgb(9,69,54); }

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

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

 span { border-color: rgb(9,69,54); }

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