Html Css Color HEX #094A3B Deep Teal

📋 copy color: '#094A3B'

red 9 ◦ green 74 ◦ blue 59

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

Shades of Deep Teal #094A3B

Tints of Deep Teal #094A3B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 52.11%

 BLUE value IS 59 (23.44% from 255) = 41.55%

R = 6.34%
G = 52.11%
B = 41.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.20

 K value IS 0.71

RGB Variations

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

Color information

#094A3B (or 0x094A3B) is known color: Deep Teal. HEX triplet: 09, 4A and 3B. RGB value is (9,74,59). Sum of RGB (Red+Green+Blue) = 9+74+59=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 74 (29.30% from 255 or 52.11% from 142); Blue value is 59 (23.44% from 255 or 41.55% from 142); Max value from RGB is 74 - color contains mainly: green. Hex color #094A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A3B is #F6B5C4. Grayscale: #343434. Windows color (decimal): -16168389 or 3885577. OLE color: 3885577.

HSL color Cylindrical-coordinate representation of color #094A3B: hue angle of 166.15º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094A3B is Cyan = 0.88, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 59 -
CMYK 0.88 0 0.20 0.71
HSL 166.15º 0.78% 0.16% -
HSV(B) 166.15º 0.88% 0.29% -
XYZ 3.35 5.27 4.98 -
YUV 52.86 131.47 96.72 -
System Red Green Blue C M Y K H S L
Decimal 9 74 59 0.88 0 0.20 0.71 166.15 0.78 0.16
Hex 9 4A 3B 58 0 14 47 A6 4E 10
Octal 11 112 73 130 0 24 107 246 116 20
Binary 1001 1001010 111011 1011000 0 10100 1000111 10100110 1001110 10000

Color Harmonies of #094A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A3B

Black with #094A3B

Text Example


Text Example

White with #094A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A3B; }

 p { color: rgb(9,74,59); }

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

background-color css

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

 a { background-color: rgb(9,74,59); }

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

border-color css

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

 span { border-color: rgb(9,74,59); }

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