#094137

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

Shades of Deep Teal #094137

Tints of Deep Teal #094137

Color information

#094137 (or 0x094137) is unknown color: approx Deep Teal. HEX triplet: 09, 41 and 37. RGB value is (9,65,55). Sum of RGB (Red+Green+Blue) = 9+65+55=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #094137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094137 is #F6BEC8. Grayscale: #2F2F2F. Windows color (decimal): -16170697 or 3621129. OLE color: 3621129.

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

Color convert

RGB96555-
CMYK0.8600.150.75
HSL169.29º75.68%14.51%-
HSV(B)169.29º86.15%25.49%-
XYZ2.694.114.27-
YUV47.12132.45100.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.98%
GREEN value IS 65 (25.78% from 255) = 50.39%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=6.98%
G=50.39%
B=42.64%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal965550.8600.150.75169.2975.6814.51
Hex94137560F4Ba94cf
Octal111016712601711325111417
Binary1001100000111011110101100111110010111010100110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094137; }

 p { color: rgb(9,65,55); }

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

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

 a { background-color: rgb(9,65,55); }

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

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

 span { border-color: rgb(9,65,55); }

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