#009384

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

Shades of Dark Cyan #009384

Tints of Dark Cyan #009384

Color information

#009384 (or 0x009384) is unknown color: approx Dark Cyan. HEX triplet: 00, 93 and 84. RGB value is (0,147,132). Sum of RGB (Red+Green+Blue) = 0+147+132=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #009384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009384 is #FF6C7B. Grayscale: #656565. Windows color (decimal): -16739452 or 8688384. OLE color: 8688384.

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

Color convert

RGB0147132-
CMYK100.100.42
HSL173.88º100%28.82%-
HSV(B)173.88º100%57.65%-
XYZ14.622.5325.41-
YUV101.34145.355.72-

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) = 52.69%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=0%
G=52.69%
B=47.31%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal0147132100.100.42173.8810028.82
Hex09384640A2Aae641d
Octal02232041440125225614435
Binary0100100111000010011001000101010101010101110110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009384; }

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

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

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

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

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

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

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

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