#093F38

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

Shades of Deep Teal #093F38

Tints of Deep Teal #093F38

Color information

#093F38 (or 0x093F38) is unknown color: approx Deep Teal. HEX triplet: 09, 3F and 38. RGB value is (9,63,56). Sum of RGB (Red+Green+Blue) = 9+63+56=128 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.03% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 56 (22.27% from 255 or 43.75% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #093F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F38 is #F6C0C7. Grayscale: #2E2E2E. Windows color (decimal): -16171208 or 3686153. OLE color: 3686153.

HSL color Cylindrical-coordinate representation of color #093F38: hue angle of 172.22º 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 #093F38 is Cyan = 0.86, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB96356-
CMYK0.8600.110.75
HSL172.22º75%14.12%-
HSV(B)172.22º85.71%24.71%-
XYZ2.63.94.36-
YUV46.06133.61101.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.03%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 56 (22.27% from 255) = 43.75%
R=7.03%
G=49.22%
B=43.75%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963560.8600.110.75172.227514.12
Hex93F38560B4Bac4be
Octal11777012601311325411316
Binary100111111111100010101100101110010111010110010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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