#094038

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

Shades of Deep Teal #094038

Tints of Deep Teal #094038

Color information

#094038 (or 0x094038) is unknown color: approx Deep Teal. HEX triplet: 09, 40 and 38. RGB value is (9,64,56). Sum of RGB (Red+Green+Blue) = 9+64+56=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #094038 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094038 is #F6BFC7. Grayscale: #2E2E2E. Windows color (decimal): -16170952 or 3686409. OLE color: 3686409.

HSL color Cylindrical-coordinate representation of color #094038: hue angle of 171.27º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094038 is Cyan = 0.86, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB96456-
CMYK0.8600.130.75
HSL171.27º75.34%14.31%-
HSV(B)171.27º85.94%25.1%-
XYZ2.664.014.38-
YUV46.64133.28101.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 64 (25.39% from 255) = 49.61%
BLUE value IS 56 (22.27% from 255) = 43.41%
R=6.98%
G=49.61%
B=43.41%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal964560.8600.130.75171.2775.3414.31
Hex94038560D4Bab4be
Octal111007012601511325311316
Binary1001100000011100010101100110110010111010101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094038; }

 p { color: rgb(9,64,56); }

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

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

 a { background-color: rgb(9,64,56); }

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

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

 span { border-color: rgb(9,64,56); }

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