#009984

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

Shades of Dark Cyan #009984

Tints of Dark Cyan #009984

Color information

#009984 (or 0x009984) is unknown color: approx Dark Cyan. HEX triplet: 00, 99 and 84. RGB value is (0,153,132). Sum of RGB (Red+Green+Blue) = 0+153+132=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #009984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #009984 is #FF667B. Grayscale: #686868. Windows color (decimal): -16737916 or 8689920. OLE color: 8689920.

HSL color Cylindrical-coordinate representation of color #009984: hue angle of 171.76º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009984 is Cyan = 1, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.4.

Color convert

RGB0153132-
CMYK100.140.4
HSL171.76º100%30%-
HSV(B)171.76º100%60%-
XYZ15.5624.4525.73-
YUV104.86143.3153.21-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 153 (60.16% from 255) = 53.68%
BLUE value IS 132 (51.95% from 255) = 46.32%
R=0%
G=53.68%
B=46.32%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal0153132100.140.4171.7610030
Hex09984640E28ac641e
Octal02312041440165025414436
Binary0100110011000010011001000111010100010101100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009984; }

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

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

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

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

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

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

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

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