#094D3F

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

Shades of Deep Teal #094D3F

Tints of Deep Teal #094D3F

Color information

#094D3F (or 0x094D3F) is unknown color: approx Deep Teal. HEX triplet: 09, 4D and 3F. RGB value is (9,77,63). Sum of RGB (Red+Green+Blue) = 9+77+63=149 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.04% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 63 (25% from 255 or 42.28% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #094D3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #094D3F is #F6B2C0. Grayscale: #373737. Windows color (decimal): -16167617 or 4148489. OLE color: 4148489.

HSL color Cylindrical-coordinate representation of color #094D3F: hue angle of 167.65º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094D3F is Cyan = 0.88, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.70.

Color convert

RGB97763-
CMYK0.8800.180.70
HSL167.65º79.07%16.86%-
HSV(B)167.65º88.31%30.2%-
XYZ3.665.725.61-
YUV55.07132.4795.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.04%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 63 (25% from 255) = 42.28%
R=6.04%
G=51.68%
B=42.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal977630.8800.180.70167.6579.0716.86
Hex94D3F5801246a84f11
Octal111157713002210625011721
Binary100110011011111111011000010010100011010101000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094D3F; }

 p { color: rgb(9,77,63); }

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

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

 a { background-color: rgb(9,77,63); }

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

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

 span { border-color: rgb(9,77,63); }

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