#093A30

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

Shades of Deep Teal #093A30

Tints of Deep Teal #093A30

Color information

#093A30 (or 0x093A30) is unknown color: approx Deep Teal. HEX triplet: 09, 3A and 30. RGB value is (9,58,48). Sum of RGB (Red+Green+Blue) = 9+58+48=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #093A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093A30 is #F6C5CF. Grayscale: #2A2A2A. Windows color (decimal): -16172496 or 3160585. OLE color: 3160585.

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

Color convert

RGB95848-
CMYK0.8400.170.77
HSL167.76º73.13%13.14%-
HSV(B)167.76º84.48%22.75%-
XYZ2.163.33.32-
YUV42.21131.27104.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 58 (23.05% from 255) = 50.43%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=7.83%
G=50.43%
B=41.74%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal958480.8400.170.77167.7673.1313.14
Hex93A30540114Da849d
Octal11726012402111525011115
Binary1001111010110000101010001000110011011010100010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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