#093F36

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

Shades of Deep Teal #093F36

Tints of Deep Teal #093F36

Color information

#093F36 (or 0x093F36) is unknown color: approx Deep Teal. HEX triplet: 09, 3F and 36. RGB value is (9,63,54). Sum of RGB (Red+Green+Blue) = 9+63+54=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 63 (25% from 255 or 50% from 126); Blue value is 54 (21.48% from 255 or 42.86% from 126); Max value from RGB is 63 - color contains mainly: green. Hex color #093F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093F36 is #F6C0C9. Grayscale: #2D2D2D. Windows color (decimal): -16171210 or 3555081. OLE color: 3555081.

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

Color convert

RGB96354-
CMYK0.8600.140.75
HSL170º75%14.12%-
HSV(B)170º85.71%24.71%-
XYZ2.563.884.1-
YUV45.83132.61101.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 63 (25% from 255) = 50%
BLUE value IS 54 (21.48% from 255) = 42.86%
R=7.14%
G=50%
B=42.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal963540.8600.140.751707514.12
Hex93F36560E4Baa4be
Octal11776612601611325211316
Binary100111111111011010101100111010010111010101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093F36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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