#093731

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

Shades of Deep Teal #093731

Tints of Deep Teal #093731

Color information

#093731 (or 0x093731) is unknown color: approx Deep Teal. HEX triplet: 09, 37 and 31. RGB value is (9,55,49). Sum of RGB (Red+Green+Blue) = 9+55+49=113 (14% of max value = 765). Red value is 9 (3.91% from 255 or 7.96% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #093731 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093731 is #F6C8CE. Grayscale: #282828. Windows color (decimal): -16173263 or 3225353. OLE color: 3225353.

HSL color Cylindrical-coordinate representation of color #093731: hue angle of 172.17º degrees, saturation: 0.72, 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 #093731 is Cyan = 0.84, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.

Color convert

RGB95549-
CMYK0.8400.110.78
HSL172.17º71.88%12.55%-
HSV(B)172.17º83.64%21.57%-
XYZ2.033.013.38-
YUV40.56132.76105.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.96%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=7.96%
G=48.67%
B=43.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal955490.8400.110.78172.1771.8812.55
Hex93731540B4Eac48d
Octal11676112401311625411015
Binary100111011111000110101000101110011101010110010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093731; }

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

 H1.HeaderClassName
 {
   color: #093731;
 }
 .AnyTagClassName
 {
   color: #093731;
 }
</style>
background-color css

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

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

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

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

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

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