Html Css Color HEX #094136 Deep Teal

📋 copy color: '#094136'

red 9 ◦ green 65 ◦ blue 54

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

Shades of Deep Teal #094136

Tints of Deep Teal #094136

RGB

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

 GREEN value IS 65 (25.78% from 255) = 50.78%

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

R = 7.03%
G = 50.78%
B = 42.19%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#094136 (or 0x094136) is known color: Deep Teal. HEX triplet: 09, 41 and 36. RGB value is (9,65,54). Sum of RGB (Red+Green+Blue) = 9+65+54=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 54 (21.48% from 255 or 42.19% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #094136 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094136 is #F6BEC9. Grayscale: #2E2E2E. Windows color (decimal): -16170698 or 3555593. OLE color: 3555593.

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

Color convert

RGB 9 65 54 -
CMYK 0.86 0 0.17 0.75
HSL 168.21º 0.76% 0.15% -
HSV(B) 168.21º 0.86% 0.25% -
XYZ 2.67 4.11 4.14 -
YUV 47 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 9 65 54 0.86 0 0.17 0.75 168.21 0.76 0.15
Hex 9 41 36 56 0 11 4B A8 4C F
Octal 11 101 66 126 0 21 113 250 114 17
Binary 1001 1000001 110110 1010110 0 10001 1001011 10101000 1001100 1111

Color Harmonies of #094136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094136

Black with #094136

Text Example


Text Example

White with #094136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094136; }

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

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

background-color css

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

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

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

border-color css

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

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

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