#093630

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

Shades of Deep Teal #093630

Tints of Deep Teal #093630

Color information

#093630 (or 0x093630) is unknown color: approx Deep Teal. HEX triplet: 09, 36 and 30. RGB value is (9,54,48). Sum of RGB (Red+Green+Blue) = 9+54+48=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #093630 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #093630 is #F6C9CF. Grayscale: #272727. Windows color (decimal): -16173520 or 3159561. OLE color: 3159561.

HSL color Cylindrical-coordinate representation of color #093630: hue angle of 172º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #093630 is Cyan = 0.83, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB95448-
CMYK0.8300.110.79
HSL172º71.43%12.35%-
HSV(B)172º83.33%21.18%-
XYZ1.972.913.25-
YUV39.86132.59105.99-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 48 (19.14% from 255) = 43.24%
R=8.11%
G=48.65%
B=43.24%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal954480.8300.110.7917271.4312.35
Hex93630530B4Fac47c
Octal11666012301311725410714
Binary100111011011000010100110101110011111010110010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #093630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #093630; }

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

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

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

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

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

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

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

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