#009382

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

Shades of Dark Cyan #009382

Tints of Dark Cyan #009382

Color information

#009382 (or 0x009382) is unknown color: approx Dark Cyan. HEX triplet: 00, 93 and 82. RGB value is (0,147,130). Sum of RGB (Red+Green+Blue) = 0+147+130=277 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #009382 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009382 is #FF6C7D. Grayscale: #656565. Windows color (decimal): -16739454 or 8557312. OLE color: 8557312.

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

Color convert

RGB0147130-
CMYK100.120.42
HSL173.06º100%28.82%-
HSV(B)173.06º100%57.65%-
XYZ14.4622.4824.7-
YUV101.11144.355.88-

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) = 53.07%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=0%
G=53.07%
B=46.93%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0147130100.120.42173.0610028.82
Hex09382640C2Aad641d
Octal02232021440145225514435
Binary0100100111000001011001000110010101010101101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009382; }

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

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

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

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

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

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

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

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