#093730

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

Shades of Deep Teal #093730

Tints of Deep Teal #093730

Color information

#093730 (or 0x093730) is unknown color: approx Deep Teal. HEX triplet: 09, 37 and 30. RGB value is (9,55,48). Sum of RGB (Red+Green+Blue) = 9+55+48=112 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.04% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #093730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093730 is #F6C8CF. Grayscale: #282828. Windows color (decimal): -16173264 or 3159817. OLE color: 3159817.

HSL color Cylindrical-coordinate representation of color #093730: hue angle of 170.87º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #093730 is Cyan = 0.84, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.78.

Color convert

RGB95548-
CMYK0.8400.130.78
HSL170.87º71.88%12.55%-
HSV(B)170.87º83.64%21.57%-
XYZ2.0133.27-
YUV40.45132.26105.57-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.04%
GREEN value IS 55 (21.88% from 255) = 49.11%
BLUE value IS 48 (19.14% from 255) = 42.86%
R=8.04%
G=49.11%
B=42.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal955480.8400.130.78170.8771.8812.55
Hex93730540D4Eab48d
Octal11676012401511625311015
Binary100111011111000010101000110110011101010101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093730; }

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

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

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

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

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

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

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

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