#093A33

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

Shades of Deep Teal #093A33

Tints of Deep Teal #093A33

Color information

#093A33 (or 0x093A33) is unknown color: approx Deep Teal. HEX triplet: 09, 3A and 33. RGB value is (9,58,51). Sum of RGB (Red+Green+Blue) = 9+58+51=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 58 (23.05% from 255 or 49.15% from 118); Blue value is 51 (20.31% from 255 or 43.22% from 118); Max value from RGB is 58 - color contains mainly: green. Hex color #093A33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A33 is #F6C5CC. Grayscale: #2A2A2A. Windows color (decimal): -16172493 or 3357193. OLE color: 3357193.

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

Color convert

RGB95851-
CMYK0.8400.120.77
HSL171.43º73.13%13.14%-
HSV(B)171.43º84.48%22.75%-
XYZ2.223.323.66-
YUV42.55132.77104.07-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.63%
GREEN value IS 58 (23.05% from 255) = 49.15%
BLUE value IS 51 (20.31% from 255) = 43.22%
R=7.63%
G=49.15%
B=43.22%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958510.8400.120.77171.4373.1313.14
Hex93A33540C4Dab49d
Octal11726312401411525311115
Binary100111101011001110101000110010011011010101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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