#009394

Color #009394 Dark Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cyan #009394

Tints of Dark Cyan #009394

Color information

#009394 (or 0x009394) is unknown color: approx Dark Cyan. HEX triplet: 00, 93 and 94. RGB value is (0,147,148). Sum of RGB (Red+Green+Blue) = 0+147+148=295 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 295); Green value is 147 (57.81% from 255 or 49.83% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #009394 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009394 is #FF6C6B. Grayscale: #676767. Windows color (decimal): -16739436 or 9736960. OLE color: 9736960.

HSL color Cylindrical-coordinate representation of color #009394: hue angle of 180.41º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009394 is Cyan = 1, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB0147148-
CMYK10.0100.42
HSL180.41º100%29.02%-
HSV(B)180.41º100%58.04%-
XYZ15.7823.0131.63-
YUV103.16153.354.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 147 (57.81% from 255) = 49.83%
BLUE value IS 148 (58.20% from 255) = 50.17%
R=0%
G=49.83%
B=50.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014714810.0100.42180.4110029.02
Hex0939464102Ab4641d
Octal0223224144105226414435
Binary0100100111001010011001001010101010110100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009394; }

 p { color: rgb(0,147,148); }

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

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

 a { background-color: rgb(0,147,148); }

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

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

 span { border-color: rgb(0,147,148); }

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