Html Css Color HEX #094133 Deep Teal

📋 copy color: '#094133'

red 9 ◦ green 65 ◦ blue 51

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

Shades of Deep Teal #094133

Tints of Deep Teal #094133

RGB

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

 GREEN value IS 65 (25.78% from 255) = 52%

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

R = 7.2%
G = 52%
B = 40.8%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#094133 (or 0x094133) is known color: Deep Teal. HEX triplet: 09, 41 and 33. RGB value is (9,65,51). Sum of RGB (Red+Green+Blue) = 9+65+51=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 51 (20.31% from 255 or 40.8% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #094133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #094133 is #F6BECC. Grayscale: #2E2E2E. Windows color (decimal): -16170701 or 3358985. OLE color: 3358985.

HSL color Cylindrical-coordinate representation of color #094133: hue angle of 165º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #094133 is Cyan = 0.86, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 51 -
CMYK 0.86 0 0.22 0.75
HSL 165º 0.76% 0.15% -
HSV(B) 165º 0.86% 0.25% -
XYZ 2.6 4.08 3.78 -
YUV 46.66 130.45 101.14 -
System Red Green Blue C M Y K H S L
Decimal 9 65 51 0.86 0 0.22 0.75 165 0.76 0.15
Hex 9 41 33 56 0 16 4B A5 4C F
Octal 11 101 63 126 0 26 113 245 114 17
Binary 1001 1000001 110011 1010110 0 10110 1001011 10100101 1001100 1111

Color Harmonies of #094133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094133

Black with #094133

Text Example


Text Example

White with #094133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094133; }

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

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

background-color css

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

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

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

border-color css

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

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

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