Html Css Color HEX #094937 Deep Teal

📋 copy color: '#094937'

red 9 ◦ green 73 ◦ blue 55

#094937
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #094937

Tints of Deep Teal #094937

RGB

 RED value IS 9 (3.91% from 255) = 6.57%

 GREEN value IS 73 (28.91% from 255) = 53.28%

 BLUE value IS 55 (21.88% from 255) = 40.15%

R = 6.57%
G = 53.28%
B = 40.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.71

RGB Variations

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

Color information

#094937 (or 0x094937) is known color: Deep Teal. HEX triplet: 09, 49 and 37. RGB value is (9,73,55). Sum of RGB (Red+Green+Blue) = 9+73+55=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 73 (28.91% from 255 or 53.28% from 137); Blue value is 55 (21.88% from 255 or 40.15% from 137); Max value from RGB is 73 - color contains mainly: green. Hex color #094937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094937 is #F6B6C8. Grayscale: #333333. Windows color (decimal): -16168649 or 3623177. OLE color: 3623177.

HSL color Cylindrical-coordinate representation of color #094937: hue angle of 163.12º 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 #094937 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 73 55 -
CMYK 0.88 0 0.25 0.71
HSL 163.13º 0.78% 0.16% -
HSV(B) 163.13º 0.88% 0.29% -
XYZ 3.18 5.1 4.43 -
YUV 51.81 129.8 97.46 -
System Red Green Blue C M Y K H S L
Decimal 9 73 55 0.88 0 0.25 0.71 163.13 0.78 0.16
Hex 9 49 37 58 0 19 47 A3 4E 10
Octal 11 111 67 130 0 31 107 243 116 20
Binary 1001 1001001 110111 1011000 0 11001 1000111 10100011 1001110 10000

Color Harmonies of #094937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094937

Black with #094937

Text Example


Text Example

White with #094937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094937; }

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

 H1.HeaderClassName
 {
   color: #094937;
 }
 .AnyTagClassName
 {
   color: #094937;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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