#094838

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

Shades of Deep Teal #094838

Tints of Deep Teal #094838

Color information

#094838 (or 0x094838) is unknown color: approx Deep Teal. HEX triplet: 09, 48 and 38. RGB value is (9,72,56). Sum of RGB (Red+Green+Blue) = 9+72+56=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 72 (28.52% from 255 or 52.55% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 72 - color contains mainly: green. Hex color #094838 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094838 is #F6B7C7. Grayscale: #333333. Windows color (decimal): -16168904 or 3688457. OLE color: 3688457.

HSL color Cylindrical-coordinate representation of color #094838: hue angle of 164.76º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094838 is Cyan = 0.88, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.72.

Color convert

RGB97256-
CMYK0.8800.220.72
HSL164.76º77.78%15.88%-
HSV(B)164.76º87.5%28.24%-
XYZ3.144.984.54-
YUV51.34130.6397.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.57%
GREEN value IS 72 (28.52% from 255) = 52.55%
BLUE value IS 56 (22.27% from 255) = 40.88%
R=6.57%
G=52.55%
B=40.88%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal972560.8800.220.72164.7677.7815.88
Hex948385801648a54e10
Octal111107013002611024511620
Binary100110010001110001011000010110100100010100101100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094838; }

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

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

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

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

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

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

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

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