#093D33

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

Shades of Deep Teal #093D33

Tints of Deep Teal #093D33

Color information

#093D33 (or 0x093D33) is unknown color: approx Deep Teal. HEX triplet: 09, 3D and 33. RGB value is (9,61,51). Sum of RGB (Red+Green+Blue) = 9+61+51=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 61 (24.22% from 255 or 50.41% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 61 - color contains mainly: green. Hex color #093D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093D33 is #F6C2CC. Grayscale: #2C2C2C. Windows color (decimal): -16171725 or 3357961. OLE color: 3357961.

HSL color Cylindrical-coordinate representation of color #093D33: hue angle of 168.46º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #093D33 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB96151-
CMYK0.8500.160.76
HSL168.46º74.29%13.73%-
HSV(B)168.46º85.25%23.92%-
XYZ2.383.633.71-
YUV44.31131.77102.81-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 61 (24.22% from 255) = 50.41%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=7.44%
G=50.41%
B=42.15%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal961510.8500.160.76168.4674.2913.73
Hex93D33550104Ca84ae
Octal11756312502011425011216
Binary1001111101110011101010101000010011001010100010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,61,51); }

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

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

 a { background-color: rgb(9,61,51); }

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

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

 span { border-color: rgb(9,61,51); }

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