Html Css Color HEX #093D31 Deep Teal

📋 copy color: '#093D31'

red 9 ◦ green 61 ◦ blue 49

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

Shades of Deep Teal #093D31

Tints of Deep Teal #093D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 51.26%

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

R = 7.56%
G = 51.26%
B = 41.18%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.20

 K value IS 0.76

RGB Variations

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

Color information

#093D31 (or 0x093D31) is known color: Deep Teal. HEX triplet: 09, 3D and 31. RGB value is (9,61,49). Sum of RGB (Red+Green+Blue) = 9+61+49=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 61 (24.22% from 255 or 51.26% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 61 - color contains mainly: green. Hex color #093D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D31 is #F6C2CE. Grayscale: #2C2C2C. Windows color (decimal): -16171727 or 3226889. OLE color: 3226889.

HSL color Cylindrical-coordinate representation of color #093D31: hue angle of 166.15º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D31 is Cyan = 0.85, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.76.

Color convert

RGB 9 61 49 -
CMYK 0.85 0 0.20 0.76
HSL 166.15º 0.74% 0.14% -
HSV(B) 166.15º 0.85% 0.24% -
XYZ 2.34 3.62 3.48 -
YUV 44.08 130.77 102.98 -
System Red Green Blue C M Y K H S L
Decimal 9 61 49 0.85 0 0.20 0.76 166.15 0.74 0.14
Hex 9 3D 31 55 0 14 4C A6 4A E
Octal 11 75 61 125 0 24 114 246 112 16
Binary 1001 111101 110001 1010101 0 10100 1001100 10100110 1001010 1110

Color Harmonies of #093D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093D31

Black with #093D31

Text Example


Text Example

White with #093D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #093D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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