#094238

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

Shades of Deep Teal #094238

Tints of Deep Teal #094238

Color information

#094238 (or 0x094238) is unknown color: approx Deep Teal. HEX triplet: 09, 42 and 38. RGB value is (9,66,56). Sum of RGB (Red+Green+Blue) = 9+66+56=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 66 (26.17% from 255 or 50.38% from 131); Blue value is 56 (22.27% from 255 or 42.75% from 131); Max value from RGB is 66 - color contains mainly: green. Hex color #094238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094238 is #F6BDC7. Grayscale: #2F2F2F. Windows color (decimal): -16170440 or 3686921. OLE color: 3686921.

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

Color convert

RGB96656-
CMYK0.8600.150.74
HSL169.47º76%14.71%-
HSV(B)169.47º86.36%25.88%-
XYZ2.774.244.41-
YUV47.82132.62100.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.87%
GREEN value IS 66 (26.17% from 255) = 50.38%
BLUE value IS 56 (22.27% from 255) = 42.75%
R=6.87%
G=50.38%
B=42.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal966560.8600.150.74169.477614.71
Hex94238560F4Aa94cf
Octal111027012601711225111417
Binary1001100001011100010101100111110010101010100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094238; }

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

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

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

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

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

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

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

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