Html Css Color HEX #094032 Deep Teal

📋 copy color: '#094032'

red 9 ◦ green 64 ◦ blue 50

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

Shades of Deep Teal #094032

Tints of Deep Teal #094032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 40.65%

R = 7.32%
G = 52.03%
B = 40.65%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#094032 (or 0x094032) is known color: Deep Teal. HEX triplet: 09, 40 and 32. RGB value is (9,64,50). Sum of RGB (Red+Green+Blue) = 9+64+50=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 64 (25.39% from 255 or 52.03% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 64 - color contains mainly: green. Hex color #094032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094032 is #F6BFCD. Grayscale: #2D2D2D. Windows color (decimal): -16170958 or 3293193. OLE color: 3293193.

HSL color Cylindrical-coordinate representation of color #094032: hue angle of 164.73º 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 #094032 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 50 -
CMYK 0.86 0 0.22 0.75
HSL 164.73º 0.75% 0.14% -
HSV(B) 164.73º 0.86% 0.25% -
XYZ 2.52 3.96 3.65 -
YUV 45.96 130.28 101.64 -
System Red Green Blue C M Y K H S L
Decimal 9 64 50 0.86 0 0.22 0.75 164.73 0.75 0.14
Hex 9 40 32 56 0 16 4B A5 4B E
Octal 11 100 62 126 0 26 113 245 113 16
Binary 1001 1000000 110010 1010110 0 10110 1001011 10100101 1001011 1110

Color Harmonies of #094032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094032

Black with #094032

Text Example


Text Example

White with #094032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094032; }

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

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

background-color css

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

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

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

border-color css

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

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

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