Html Css Color HEX #094034 Deep Teal

📋 copy color: '#094034'

red 9 ◦ green 64 ◦ blue 52

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

Shades of Deep Teal #094034

Tints of Deep Teal #094034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 51.2%

 BLUE value IS 52 (20.7% from 255) = 41.6%

R = 7.2%
G = 51.2%
B = 41.6%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.19

 K value IS 0.75

RGB Variations

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

Color information

#094034 (or 0x094034) is known color: Deep Teal. HEX triplet: 09, 40 and 34. RGB value is (9,64,52). Sum of RGB (Red+Green+Blue) = 9+64+52=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 64 (25.39% from 255 or 51.2% from 125); Blue value is 52 (20.70% from 255 or 41.6% from 125); Max value from RGB is 64 - color contains mainly: green. Hex color #094034 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094034 is #F6BFCB. Grayscale: #2E2E2E. Windows color (decimal): -16170956 or 3424265. OLE color: 3424265.

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

Color convert

RGB 9 64 52 -
CMYK 0.86 0 0.19 0.75
HSL 166.91º 0.75% 0.14% -
HSV(B) 166.91º 0.86% 0.25% -
XYZ 2.57 3.97 3.88 -
YUV 46.19 131.28 101.48 -
System Red Green Blue C M Y K H S L
Decimal 9 64 52 0.86 0 0.19 0.75 166.91 0.75 0.14
Hex 9 40 34 56 0 13 4B A7 4B E
Octal 11 100 64 126 0 23 113 247 113 16
Binary 1001 1000000 110100 1010110 0 10011 1001011 10100111 1001011 1110

Color Harmonies of #094034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094034

Black with #094034

Text Example


Text Example

White with #094034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094034; }

 p { color: rgb(9,64,52); }

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

background-color css

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

 a { background-color: rgb(9,64,52); }

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

border-color css

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

 span { border-color: rgb(9,64,52); }

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