#093A32

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

Shades of Deep Teal #093A32

Tints of Deep Teal #093A32

Color information

#093A32 (or 0x093A32) is unknown color: approx Deep Teal. HEX triplet: 09, 3A and 32. RGB value is (9,58,50). Sum of RGB (Red+Green+Blue) = 9+58+50=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 58 (23.05% from 255 or 49.57% from 117); Blue value is 50 (19.92% from 255 or 42.74% from 117); Max value from RGB is 58 - color contains mainly: green. Hex color #093A32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A32 is #F6C5CD. Grayscale: #2A2A2A. Windows color (decimal): -16172494 or 3291657. OLE color: 3291657.

HSL color Cylindrical-coordinate representation of color #093A32: hue angle of 170.2º 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 #093A32 is Cyan = 0.84, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.77.

Color convert

RGB95850-
CMYK0.8400.140.77
HSL170.2º73.13%13.14%-
HSV(B)170.2º84.48%22.75%-
XYZ2.23.313.54-
YUV42.44132.27104.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 58 (23.05% from 255) = 49.57%
BLUE value IS 50 (19.92% from 255) = 42.74%
R=7.69%
G=49.57%
B=42.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958500.8400.140.77170.273.1313.14
Hex93A32540E4Daa49d
Octal11726212401611525211115
Binary100111101011001010101000111010011011010101010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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