Html Css Color HEX #094436 Deep Teal

📋 copy color: '#094436'

red 9 ◦ green 68 ◦ blue 54

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

Shades of Deep Teal #094436

Tints of Deep Teal #094436

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.91%

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

R = 6.87%
G = 51.91%
B = 41.22%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.21

 K value IS 0.73

RGB Variations

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

Color information

#094436 (or 0x094436) is known color: Deep Teal. HEX triplet: 09, 44 and 36. RGB value is (9,68,54). Sum of RGB (Red+Green+Blue) = 9+68+54=131 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.87% from 131); Green value is 68 (26.95% from 255 or 51.91% from 131); Blue value is 54 (21.48% from 255 or 41.22% from 131); Max value from RGB is 68 - color contains mainly: green. Hex color #094436 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094436 is #F6BBC9. Grayscale: #303030. Windows color (decimal): -16169930 or 3556361. OLE color: 3556361.

HSL color Cylindrical-coordinate representation of color #094436: hue angle of 165.76º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094436 is Cyan = 0.87, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 54 -
CMYK 0.87 0 0.21 0.73
HSL 165.76º 0.77% 0.15% -
HSV(B) 165.76º 0.87% 0.27% -
XYZ 2.85 4.46 4.2 -
YUV 48.76 130.95 99.64 -
System Red Green Blue C M Y K H S L
Decimal 9 68 54 0.87 0 0.21 0.73 165.76 0.77 0.15
Hex 9 44 36 57 0 15 49 A6 4D F
Octal 11 104 66 127 0 25 111 246 115 17
Binary 1001 1000100 110110 1010111 0 10101 1001001 10100110 1001101 1111

Color Harmonies of #094436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094436

Black with #094436

Text Example


Text Example

White with #094436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094436; }

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

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

background-color css

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

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

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

border-color css

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

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

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