Html Css Color HEX #093931 Deep Teal

📋 copy color: '#093931'

red 9 ◦ green 57 ◦ blue 49

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

Shades of Deep Teal #093931

Tints of Deep Teal #093931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 49.57%

 BLUE value IS 49 (19.53% from 255) = 42.61%

R = 7.83%
G = 49.57%
B = 42.61%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.14

 K value IS 0.78

RGB Variations

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

Color information

#093931 (or 0x093931) is known color: Deep Teal. HEX triplet: 09, 39 and 31. RGB value is (9,57,49). Sum of RGB (Red+Green+Blue) = 9+57+49=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 57 (22.66% from 255 or 49.57% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 57 - color contains mainly: green. Hex color #093931 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093931 is #F6C6CE. Grayscale: #292929. Windows color (decimal): -16172751 or 3225865. OLE color: 3225865.

HSL color Cylindrical-coordinate representation of color #093931: hue angle of 170º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093931 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.78.

Color convert

RGB 9 57 49 -
CMYK 0.84 0 0.14 0.78
HSL 170º 0.73% 0.13% -
HSV(B) 170º 0.84% 0.22% -
XYZ 2.13 3.21 3.41 -
YUV 41.74 132.1 104.65 -
System Red Green Blue C M Y K H S L
Decimal 9 57 49 0.84 0 0.14 0.78 170 0.73 0.13
Hex 9 39 31 54 0 E 4E AA 49 D
Octal 11 71 61 124 0 16 116 252 111 15
Binary 1001 111001 110001 1010100 0 1110 1001110 10101010 1001001 1101

Color Harmonies of #093931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093931

Black with #093931

Text Example


Text Example

White with #093931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093931; }

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

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

background-color css

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

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

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

border-color css

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

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

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