#093E34

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

Shades of Deep Teal #093E34

Tints of Deep Teal #093E34

Color information

#093E34 (or 0x093E34) is unknown color: approx Deep Teal. HEX triplet: 09, 3E and 34. RGB value is (9,62,52). Sum of RGB (Red+Green+Blue) = 9+62+52=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 62 (24.61% from 255 or 50.41% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 62 - color contains mainly: green. Hex color #093E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093E34 is #F6C1CB. Grayscale: #2D2D2D. Windows color (decimal): -16171468 or 3423753. OLE color: 3423753.

HSL color Cylindrical-coordinate representation of color #093E34: hue angle of 168.68º degrees, saturation: 0.75, 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 #093E34 is Cyan = 0.85, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.76.

Color convert

RGB96252-
CMYK0.8500.160.76
HSL168.68º74.65%13.92%-
HSV(B)168.68º85.48%24.31%-
XYZ2.463.753.84-
YUV45.01131.94102.31-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 62 (24.61% from 255) = 50.41%
BLUE value IS 52 (20.70% from 255) = 42.28%
R=7.32%
G=50.41%
B=42.28%

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
Decimal962520.8500.160.76168.6874.6513.92
Hex93E34550104Ca94be
Octal11766412502011425111316
Binary1001111110110100101010101000010011001010100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,62,52); }

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

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

 a { background-color: rgb(9,62,52); }

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

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

 span { border-color: rgb(9,62,52); }

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