Html Css Color HEX #094837 Deep Teal

📋 copy color: '#094837'

red 9 ◦ green 72 ◦ blue 55

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

Shades of Deep Teal #094837

Tints of Deep Teal #094837

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.94%

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

R = 6.62%
G = 52.94%
B = 40.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#094837 (or 0x094837) is known color: Deep Teal. HEX triplet: 09, 48 and 37. RGB value is (9,72,55). Sum of RGB (Red+Green+Blue) = 9+72+55=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 72 (28.52% from 255 or 52.94% from 136); Blue value is 55 (21.88% from 255 or 40.44% from 136); Max value from RGB is 72 - color contains mainly: green. Hex color #094837 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094837 is #F6B7C8. Grayscale: #333333. Windows color (decimal): -16168905 or 3622921. OLE color: 3622921.

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

Color convert

RGB 9 72 55 -
CMYK 0.88 0 0.24 0.72
HSL 163.81º 0.78% 0.16% -
HSV(B) 163.81º 0.88% 0.28% -
XYZ 3.12 4.97 4.41 -
YUV 51.23 130.13 97.88 -
System Red Green Blue C M Y K H S L
Decimal 9 72 55 0.88 0 0.24 0.72 163.81 0.78 0.16
Hex 9 48 37 58 0 18 48 A4 4E 10
Octal 11 110 67 130 0 30 110 244 116 20
Binary 1001 1001000 110111 1011000 0 11000 1001000 10100100 1001110 10000

Color Harmonies of #094837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094837

Black with #094837

Text Example


Text Example

White with #094837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094837; }

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

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

background-color css

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

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

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

border-color css

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

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

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