Html Css Color HEX #094839 Deep Teal

📋 copy color: '#094839'

red 9 ◦ green 72 ◦ blue 57

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

Shades of Deep Teal #094839

Tints of Deep Teal #094839

RGB

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

 GREEN value IS 72 (28.52% from 255) = 52.17%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 6.52%
G = 52.17%
B = 41.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#094839 (or 0x094839) is known color: Deep Teal. HEX triplet: 09, 48 and 39. RGB value is (9,72,57). Sum of RGB (Red+Green+Blue) = 9+72+57=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 72 (28.52% from 255 or 52.17% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 72 - color contains mainly: green. Hex color #094839 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094839 is #F6B7C6. Grayscale: #333333. Windows color (decimal): -16168903 or 3753993. OLE color: 3753993.

HSL color Cylindrical-coordinate representation of color #094839: hue angle of 165.71º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #094839 is Cyan = 0.88, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 57 -
CMYK 0.88 0 0.21 0.72
HSL 165.71º 0.78% 0.16% -
HSV(B) 165.71º 0.88% 0.28% -
XYZ 3.17 4.99 4.67 -
YUV 51.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 9 72 57 0.88 0 0.21 0.72 165.71 0.78 0.16
Hex 9 48 39 58 0 15 48 A6 4E 10
Octal 11 110 71 130 0 25 110 246 116 20
Binary 1001 1001000 111001 1011000 0 10101 1001000 10100110 1001110 10000

Color Harmonies of #094839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094839

Black with #094839

Text Example


Text Example

White with #094839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094839; }

 p { color: rgb(9,72,57); }

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

background-color css

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

 a { background-color: rgb(9,72,57); }

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

border-color css

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

 span { border-color: rgb(9,72,57); }

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