#009593

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

Shades of Dark Cyan #009593

Tints of Dark Cyan #009593

Color information

#009593 (or 0x009593) is unknown color: approx Dark Cyan. HEX triplet: 00, 95 and 93. RGB value is (0,149,147). Sum of RGB (Red+Green+Blue) = 0+149+147=296 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 296); Green value is 149 (58.59% from 255 or 50.34% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 149 - color contains mainly: green. Hex color #009593 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009593 is #FF6A6C. Grayscale: #686868. Windows color (decimal): -16738925 or 9671936. OLE color: 9671936.

HSL color Cylindrical-coordinate representation of color #009593: hue angle of 179.19º 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 #009593 is Cyan = 1, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB0149147-
CMYK100.010.42
HSL179.19º100%29.22%-
HSV(B)179.19º100%58.43%-
XYZ16.0123.631.32-
YUV104.22152.1453.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 50.34%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=0%
G=50.34%
B=49.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0149147100.010.42179.1910029.22
Hex0959364012Ab3641d
Octal0225223144015226314435
Binary0100101011001001111001000110101010110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009593; }

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

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

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

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

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

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

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

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