Html Css Color HEX #094836 Deep Teal

📋 copy color: '#094836'

red 9 ◦ green 72 ◦ blue 54

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

Shades of Deep Teal #094836

Tints of Deep Teal #094836

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 40%

R = 6.67%
G = 53.33%
B = 40%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.25

 K value IS 0.72

RGB Variations

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

Color information

#094836 (or 0x094836) is known color: Deep Teal. HEX triplet: 09, 48 and 36. RGB value is (9,72,54). Sum of RGB (Red+Green+Blue) = 9+72+54=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 72 (28.52% from 255 or 53.33% from 135); Blue value is 54 (21.48% from 255 or 40% from 135); Max value from RGB is 72 - color contains mainly: green. Hex color #094836 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094836 is #F6B7C9. Grayscale: #333333. Windows color (decimal): -16168906 or 3557385. OLE color: 3557385.

HSL color Cylindrical-coordinate representation of color #094836: hue angle of 162.86º 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 #094836 is Cyan = 0.88, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 72 54 -
CMYK 0.88 0 0.25 0.72
HSL 162.86º 0.78% 0.16% -
HSV(B) 162.86º 0.88% 0.28% -
XYZ 3.1 4.96 4.28 -
YUV 51.11 129.63 97.96 -
System Red Green Blue C M Y K H S L
Decimal 9 72 54 0.88 0 0.25 0.72 162.86 0.78 0.16
Hex 9 48 36 58 0 19 48 A3 4E 10
Octal 11 110 66 130 0 31 110 243 116 20
Binary 1001 1001000 110110 1011000 0 11001 1001000 10100011 1001110 10000

Color Harmonies of #094836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094836

Black with #094836

Text Example


Text Example

White with #094836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094836; }

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

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

background-color css

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

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

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

border-color css

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

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

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