#094335

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

Shades of Deep Teal #094335

Tints of Deep Teal #094335

Color information

#094335 (or 0x094335) is unknown color: approx Deep Teal. HEX triplet: 09, 43 and 35. RGB value is (9,67,53). Sum of RGB (Red+Green+Blue) = 9+67+53=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 67 (26.56% from 255 or 51.94% from 129); Blue value is 53 (21.09% from 255 or 41.09% from 129); Max value from RGB is 67 - color contains mainly: green. Hex color #094335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094335 is #F6BCCA. Grayscale: #303030. Windows color (decimal): -16170187 or 3490569. OLE color: 3490569.

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

Color convert

RGB96753-
CMYK0.8700.210.74
HSL165.52º76.32%14.9%-
HSV(B)165.52º86.57%26.27%-
XYZ2.764.334.06-
YUV48.06130.78100.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 67 (26.56% from 255) = 51.94%
BLUE value IS 53 (21.09% from 255) = 41.09%
R=6.98%
G=51.94%
B=41.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal967530.8700.210.74165.5276.3214.9
Hex94335570154Aa64cf
Octal111036512702511224611417
Binary10011000011110101101011101010110010101010011010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094335; }

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

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

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

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

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

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

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

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