#094A38

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

Shades of Deep Teal #094A38

Tints of Deep Teal #094A38

Color information

#094A38 (or 0x094A38) is unknown color: approx Deep Teal. HEX triplet: 09, 4A and 38. RGB value is (9,74,56). Sum of RGB (Red+Green+Blue) = 9+74+56=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 74 (29.30% from 255 or 53.24% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 74 - color contains mainly: green. Hex color #094A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A38 is #F6B5C7. Grayscale: #343434. Windows color (decimal): -16168392 or 3688969. OLE color: 3688969.

HSL color Cylindrical-coordinate representation of color #094A38: hue angle of 163.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A38 is Cyan = 0.88, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.71.

Color convert

RGB97456-
CMYK0.8800.240.71
HSL163.38º78.31%16.27%-
HSV(B)163.38º87.84%29.02%-
XYZ3.285.244.58-
YUV52.51129.9796.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.47%
GREEN value IS 74 (29.30% from 255) = 53.24%
BLUE value IS 56 (22.27% from 255) = 40.29%
R=6.47%
G=53.24%
B=40.29%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal974560.8800.240.71163.3878.3116.27
Hex94A385801847a34e10
Octal111127013003010724311620
Binary100110010101110001011000011000100011110100011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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