Html Css Color HEX #094333 Deep Teal

📋 copy color: '#094333'

red 9 ◦ green 67 ◦ blue 51

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

Shades of Deep Teal #094333

Tints of Deep Teal #094333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 52.76%

 BLUE value IS 51 (20.31% from 255) = 40.16%

R = 7.09%
G = 52.76%
B = 40.16%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.24

 K value IS 0.74

RGB Variations

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

Color information

#094333 (or 0x094333) is known color: Deep Teal. HEX triplet: 09, 43 and 33. RGB value is (9,67,51). Sum of RGB (Red+Green+Blue) = 9+67+51=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 51 (20.31% from 255 or 40.16% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #094333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094333 is #F6BCCC. Grayscale: #2F2F2F. Windows color (decimal): -16170189 or 3359497. OLE color: 3359497.

HSL color Cylindrical-coordinate representation of color #094333: hue angle of 163.45º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #094333 is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 67 51 -
CMYK 0.87 0 0.24 0.74
HSL 163.45º 0.76% 0.15% -
HSV(B) 163.45º 0.87% 0.26% -
XYZ 2.72 4.31 3.82 -
YUV 47.83 129.78 100.3 -
System Red Green Blue C M Y K H S L
Decimal 9 67 51 0.87 0 0.24 0.74 163.45 0.76 0.15
Hex 9 43 33 57 0 18 4A A3 4C F
Octal 11 103 63 127 0 30 112 243 114 17
Binary 1001 1000011 110011 1010111 0 11000 1001010 10100011 1001100 1111

Color Harmonies of #094333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094333

Black with #094333

Text Example


Text Example

White with #094333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094333; }

 p { color: rgb(9,67,51); }

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

background-color css

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

 a { background-color: rgb(9,67,51); }

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

border-color css

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

 span { border-color: rgb(9,67,51); }

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