Html Css Color HEX #094438 Deep Teal

📋 copy color: '#094438'

red 9 ◦ green 68 ◦ blue 56

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

Shades of Deep Teal #094438

Tints of Deep Teal #094438

RGB

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

 GREEN value IS 68 (26.95% from 255) = 51.13%

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

R = 6.77%
G = 51.13%
B = 42.11%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.18

 K value IS 0.73

RGB Variations

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

Color information

#094438 (or 0x094438) is known color: Deep Teal. HEX triplet: 09, 44 and 38. RGB value is (9,68,56). Sum of RGB (Red+Green+Blue) = 9+68+56=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 68 (26.95% from 255 or 51.13% from 133); Blue value is 56 (22.27% from 255 or 42.11% from 133); Max value from RGB is 68 - color contains mainly: green. Hex color #094438 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094438 is #F6BBC7. Grayscale: #303030. Windows color (decimal): -16169928 or 3687433. OLE color: 3687433.

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

Color convert

RGB 9 68 56 -
CMYK 0.87 0 0.18 0.73
HSL 167.8º 0.77% 0.15% -
HSV(B) 167.8º 0.87% 0.27% -
XYZ 2.89 4.48 4.45 -
YUV 48.99 131.95 99.48 -
System Red Green Blue C M Y K H S L
Decimal 9 68 56 0.87 0 0.18 0.73 167.8 0.77 0.15
Hex 9 44 38 57 0 12 49 A8 4D F
Octal 11 104 70 127 0 22 111 250 115 17
Binary 1001 1000100 111000 1010111 0 10010 1001001 10101000 1001101 1111

Color Harmonies of #094438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094438

Black with #094438

Text Example


Text Example

White with #094438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094438; }

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

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

background-color css

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

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

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

border-color css

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

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

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