#094435

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

Shades of Deep Teal #094435

Tints of Deep Teal #094435

Color information

#094435 (or 0x094435) is unknown color: approx Deep Teal. HEX triplet: 09, 44 and 35. RGB value is (9,68,53). Sum of RGB (Red+Green+Blue) = 9+68+53=130 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.92% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 53 (21.09% from 255 or 40.77% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #094435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094435 is #F6BBCA. Grayscale: #303030. Windows color (decimal): -16169931 or 3490825. OLE color: 3490825.

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

Color convert

RGB96853-
CMYK0.8700.220.73
HSL164.75º76.62%15.1%-
HSV(B)164.75º86.76%26.67%-
XYZ2.824.454.08-
YUV48.65130.4599.72-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.92%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 53 (21.09% from 255) = 40.77%
R=6.92%
G=52.31%
B=40.77%

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
Decimal968530.8700.220.73164.7576.6215.1
Hex944355701649a54df
Octal111046512702611124511517
Binary10011000100110101101011101011010010011010010110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094435; }

 p { color: rgb(9,68,53); }

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

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

 a { background-color: rgb(9,68,53); }

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

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

 span { border-color: rgb(9,68,53); }

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