Html Css Color HEX #093F31 Deep Teal

📋 copy color: '#093F31'

red 9 ◦ green 63 ◦ blue 49

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

Shades of Deep Teal #093F31

Tints of Deep Teal #093F31

RGB

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

 GREEN value IS 63 (25% from 255) = 52.07%

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

R = 7.44%
G = 52.07%
B = 40.5%

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

#093F31 (or 0x093F31) is known color: Deep Teal. HEX triplet: 09, 3F and 31. RGB value is (9,63,49). Sum of RGB (Red+Green+Blue) = 9+63+49=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 63 (25% from 255 or 52.07% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 63 - color contains mainly: green. Hex color #093F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F31 is #F6C0CE. Grayscale: #2D2D2D. Windows color (decimal): -16171215 or 3227401. OLE color: 3227401.

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

Color convert

RGB 9 63 49 -
CMYK 0.86 0 0.22 0.75
HSL 164.44º 0.75% 0.14% -
HSV(B) 164.44º 0.86% 0.25% -
XYZ 2.44 3.83 3.52 -
YUV 45.26 130.11 102.14 -
System Red Green Blue C M Y K H S L
Decimal 9 63 49 0.86 0 0.22 0.75 164.44 0.75 0.14
Hex 9 3F 31 56 0 16 4B A4 4B E
Octal 11 77 61 126 0 26 113 244 113 16
Binary 1001 111111 110001 1010110 0 10110 1001011 10100100 1001011 1110

Color Harmonies of #093F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #093F31

Black with #093F31

Text Example


Text Example

White with #093F31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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