#093F31

Color #093F31 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #093F31

Tints of Deep Teal #093F31

Color information

#093F31 (or 0x093F31) is unknown color: approx 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

RGB96349-
CMYK0.8600.220.75
HSL164.44º75%14.12%-
HSV(B)164.44º85.71%24.71%-
XYZ2.443.833.52-
YUV45.26130.11102.14-

RGB Variations

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

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.50%
R=7.44%
G=52.07%
B=40.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963490.8600.220.75164.447514.12
Hex93F31560164Ba44be
Octal11776112602611324411316
Binary1001111111110001101011001011010010111010010010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>