Html Css Color HEX #094334 Deep Teal

📋 copy color: '#094334'

red 9 ◦ green 67 ◦ blue 52

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

Shades of Deep Teal #094334

Tints of Deep Teal #094334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.34%

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

R = 7.03%
G = 52.34%
B = 40.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.22

 K value IS 0.74

RGB Variations

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

Color information

#094334 (or 0x094334) is known color: Deep Teal. HEX triplet: 09, 43 and 34. RGB value is (9,67,52). Sum of RGB (Red+Green+Blue) = 9+67+52=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 52 (20.70% from 255 or 40.62% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #094334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094334 is #F6BCCB. Grayscale: #2F2F2F. Windows color (decimal): -16170188 or 3425033. OLE color: 3425033.

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

Color convert

RGB 9 67 52 -
CMYK 0.87 0 0.22 0.74
HSL 164.48º 0.76% 0.15% -
HSV(B) 164.48º 0.87% 0.26% -
XYZ 2.74 4.32 3.94 -
YUV 47.95 130.28 100.22 -
System Red Green Blue C M Y K H S L
Decimal 9 67 52 0.87 0 0.22 0.74 164.48 0.76 0.15
Hex 9 43 34 57 0 16 4A A4 4C F
Octal 11 103 64 127 0 26 112 244 114 17
Binary 1001 1000011 110100 1010111 0 10110 1001010 10100100 1001100 1111

Color Harmonies of #094334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094334

Black with #094334

Text Example


Text Example

White with #094334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094334; }

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

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

background-color css

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

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

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

border-color css

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

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

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