#093F34

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

Shades of Deep Teal #093F34

Tints of Deep Teal #093F34

Color information

#093F34 (or 0x093F34) is unknown color: approx Deep Teal. HEX triplet: 09, 3F and 34. RGB value is (9,63,52). Sum of RGB (Red+Green+Blue) = 9+63+52=124 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.26% from 124); Green value is 63 (25% from 255 or 50.81% from 124); Blue value is 52 (20.70% from 255 or 41.94% from 124); Max value from RGB is 63 - color contains mainly: green. Hex color #093F34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F34 is #F6C0CB. Grayscale: #2D2D2D. Windows color (decimal): -16171212 or 3424009. OLE color: 3424009.

HSL color Cylindrical-coordinate representation of color #093F34: hue angle of 167.78º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #093F34 is Cyan = 0.86, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.75.

Color convert

RGB96352-
CMYK0.8600.170.75
HSL167.78º75%14.12%-
HSV(B)167.78º85.71%24.71%-
XYZ2.513.863.86-
YUV45.6131.61101.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.26%
GREEN value IS 63 (25% from 255) = 50.81%
BLUE value IS 52 (20.70% from 255) = 41.94%
R=7.26%
G=50.81%
B=41.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963520.8600.170.75167.787514.12
Hex93F34560114Ba84be
Octal11776412602111325011316
Binary1001111111110100101011001000110010111010100010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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