Html Css Color HEX #094537 Deep Teal

📋 copy color: '#094537'

red 9 ◦ green 69 ◦ blue 55

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

Shades of Deep Teal #094537

Tints of Deep Teal #094537

RGB

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

 GREEN value IS 69 (27.34% from 255) = 51.88%

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

R = 6.77%
G = 51.88%
B = 41.35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.20

 K value IS 0.73

RGB Variations

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

Color information

#094537 (or 0x094537) is known color: Deep Teal. HEX triplet: 09, 45 and 37. RGB value is (9,69,55). Sum of RGB (Red+Green+Blue) = 9+69+55=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 69 (27.34% from 255 or 51.88% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 69 - color contains mainly: green. Hex color #094537 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094537 is #F6BAC8. Grayscale: #313131. Windows color (decimal): -16169673 or 3622153. OLE color: 3622153.

HSL color Cylindrical-coordinate representation of color #094537: hue angle of 166º 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 #094537 is Cyan = 0.87, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 69 55 -
CMYK 0.87 0 0.20 0.73
HSL 166º 0.77% 0.15% -
HSV(B) 166º 0.87% 0.27% -
XYZ 2.93 4.59 4.35 -
YUV 49.46 131.12 99.14 -
System Red Green Blue C M Y K H S L
Decimal 9 69 55 0.87 0 0.20 0.73 166 0.77 0.15
Hex 9 45 37 57 0 14 49 A6 4D F
Octal 11 105 67 127 0 24 111 246 115 17
Binary 1001 1000101 110111 1010111 0 10100 1001001 10100110 1001101 1111

Color Harmonies of #094537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094537

Black with #094537

Text Example


Text Example

White with #094537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094537; }

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

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

background-color css

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

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

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

border-color css

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

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

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