#009395

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

Shades of Dark Cyan #009395

Tints of Dark Cyan #009395

Color information

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

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

Color convert

RGB0147149-
CMYK10.0100.42
HSL180.81º100%29.22%-
HSV(B)180.81º100%58.43%-
XYZ15.8623.0432.04-
YUV103.28153.854.34-

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.66%
BLUE value IS 149 (58.59% from 255) = 50.34%
R=0%
G=49.66%
B=50.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014714910.0100.42180.8110029.22
Hex0939564102Ab5641d
Octal0223225144105226514435
Binary0100100111001010111001001010101010110101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009395; }

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

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

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

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

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

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

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

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