#093B31

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

Shades of Deep Teal #093B31

Tints of Deep Teal #093B31

Color information

#093B31 (or 0x093B31) is unknown color: approx Deep Teal. HEX triplet: 09, 3B and 31. RGB value is (9,59,49). Sum of RGB (Red+Green+Blue) = 9+59+49=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 59 (23.44% from 255 or 50.43% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 59 - color contains mainly: green. Hex color #093B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093B31 is #F6C4CE. Grayscale: #2A2A2A. Windows color (decimal): -16172239 or 3226377. OLE color: 3226377.

HSL color Cylindrical-coordinate representation of color #093B31: hue angle of 168º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093B31 is Cyan = 0.85, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB95949-
CMYK0.8500.170.77
HSL168º73.53%13.33%-
HSV(B)168º84.75%23.14%-
XYZ2.233.413.45-
YUV42.91131.44103.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 59 (23.44% from 255) = 50.43%
BLUE value IS 49 (19.53% from 255) = 41.88%
R=7.69%
G=50.43%
B=41.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal959490.8500.170.7716873.5313.33
Hex93B31550114Da84ad
Octal11736112502111525011215
Binary1001111011110001101010101000110011011010100010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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