Html Css Color HEX #094137 Deep Teal

📋 copy color: '#094137'

red 9 ◦ green 65 ◦ blue 55

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

Shades of Deep Teal #094137

Tints of Deep Teal #094137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 42.64%

R = 6.98%
G = 50.39%
B = 42.64%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.15

 K value IS 0.75

RGB Variations

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

Color information

#094137 (or 0x094137) is known color: Deep Teal. HEX triplet: 09, 41 and 37. RGB value is (9,65,55). Sum of RGB (Red+Green+Blue) = 9+65+55=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 65 (25.78% from 255 or 50.39% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 65 - color contains mainly: green. Hex color #094137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094137 is #F6BEC8. Grayscale: #2F2F2F. Windows color (decimal): -16170697 or 3621129. OLE color: 3621129.

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

Color convert

RGB 9 65 55 -
CMYK 0.86 0 0.15 0.75
HSL 169.29º 0.76% 0.15% -
HSV(B) 169.29º 0.86% 0.25% -
XYZ 2.69 4.11 4.27 -
YUV 47.12 132.45 100.81 -
System Red Green Blue C M Y K H S L
Decimal 9 65 55 0.86 0 0.15 0.75 169.29 0.76 0.15
Hex 9 41 37 56 0 F 4B A9 4C F
Octal 11 101 67 126 0 17 113 251 114 17
Binary 1001 1000001 110111 1010110 0 1111 1001011 10101001 1001100 1111

Color Harmonies of #094137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094137

Black with #094137

Text Example


Text Example

White with #094137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094137; }

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

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

background-color css

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

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

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

border-color css

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

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

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