Html Css Color HEX #094538 Deep Teal

📋 copy color: '#094538'

red 9 ◦ green 69 ◦ blue 56

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

Shades of Deep Teal #094538

Tints of Deep Teal #094538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 41.79%

R = 6.72%
G = 51.49%
B = 41.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.19

 K value IS 0.73

RGB Variations

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

Color information

#094538 (or 0x094538) is known color: Deep Teal. HEX triplet: 09, 45 and 38. RGB value is (9,69,56). Sum of RGB (Red+Green+Blue) = 9+69+56=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 56 (22.27% from 255 or 41.79% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #094538 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094538 is #F6BAC7. Grayscale: #313131. Windows color (decimal): -16169672 or 3687689. OLE color: 3687689.

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

Color convert

RGB 9 69 56 -
CMYK 0.87 0 0.19 0.73
HSL 167º 0.77% 0.15% -
HSV(B) 167º 0.87% 0.27% -
XYZ 2.95 4.6 4.47 -
YUV 49.58 131.62 99.06 -
System Red Green Blue C M Y K H S L
Decimal 9 69 56 0.87 0 0.19 0.73 167 0.77 0.15
Hex 9 45 38 57 0 13 49 A7 4D F
Octal 11 105 70 127 0 23 111 247 115 17
Binary 1001 1000101 111000 1010111 0 10011 1001001 10100111 1001101 1111

Color Harmonies of #094538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094538

Black with #094538

Text Example


Text Example

White with #094538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094538; }

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

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

background-color css

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

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

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

border-color css

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

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

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