Html Css Color HEX #094A3C Deep Teal

📋 copy color: '#094A3C'

red 9 ◦ green 74 ◦ blue 60

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

Shades of Deep Teal #094A3C

Tints of Deep Teal #094A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.96%

R = 6.29%
G = 51.75%
B = 41.96%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#094A3C (or 0x094A3C) is known color: Deep Teal. HEX triplet: 09, 4A and 3C. RGB value is (9,74,60). Sum of RGB (Red+Green+Blue) = 9+74+60=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 74 (29.30% from 255 or 51.75% from 143); Blue value is 60 (23.83% from 255 or 41.96% from 143); Max value from RGB is 74 - color contains mainly: green. Hex color #094A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094A3C is #F6B5C3. Grayscale: #343434. Windows color (decimal): -16168388 or 3951113. OLE color: 3951113.

HSL color Cylindrical-coordinate representation of color #094A3C: hue angle of 167.08º 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 #094A3C is Cyan = 0.88, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 74 60 -
CMYK 0.88 0 0.19 0.71
HSL 167.08º 0.78% 0.16% -
HSV(B) 167.08º 0.88% 0.29% -
XYZ 3.38 5.28 5.12 -
YUV 52.97 131.97 96.64 -
System Red Green Blue C M Y K H S L
Decimal 9 74 60 0.88 0 0.19 0.71 167.08 0.78 0.16
Hex 9 4A 3C 58 0 13 47 A7 4E 10
Octal 11 112 74 130 0 23 107 247 116 20
Binary 1001 1001010 111100 1011000 0 10011 1000111 10100111 1001110 10000

Color Harmonies of #094A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A3C

Black with #094A3C

Text Example


Text Example

White with #094A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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