Html Css Color HEX #094036 Deep Teal

📋 copy color: '#094036'

red 9 ◦ green 64 ◦ blue 54

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

Shades of Deep Teal #094036

Tints of Deep Teal #094036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 42.52%

R = 7.09%
G = 50.39%
B = 42.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.16

 K value IS 0.75

RGB Variations

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

Color information

#094036 (or 0x094036) is known color: Deep Teal. HEX triplet: 09, 40 and 36. RGB value is (9,64,54). Sum of RGB (Red+Green+Blue) = 9+64+54=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 64 (25.39% from 255 or 50.39% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 64 - color contains mainly: green. Hex color #094036 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094036 is #F6BFC9. Grayscale: #2E2E2E. Windows color (decimal): -16170954 or 3555337. OLE color: 3555337.

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

Color convert

RGB 9 64 54 -
CMYK 0.86 0 0.16 0.75
HSL 169.09º 0.75% 0.14% -
HSV(B) 169.09º 0.86% 0.25% -
XYZ 2.61 3.99 4.12 -
YUV 46.42 132.28 101.31 -
System Red Green Blue C M Y K H S L
Decimal 9 64 54 0.86 0 0.16 0.75 169.09 0.75 0.14
Hex 9 40 36 56 0 10 4B A9 4B E
Octal 11 100 66 126 0 20 113 251 113 16
Binary 1001 1000000 110110 1010110 0 10000 1001011 10101001 1001011 1110

Color Harmonies of #094036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094036

Black with #094036

Text Example


Text Example

White with #094036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094036; }

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

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

background-color css

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

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

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

border-color css

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

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

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