Html Css Color HEX #009984 Dark Cyan

📋 copy color: '#009984'

red 0 ◦ green 153 ◦ blue 132

#009984
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cyan #009984

Tints of Dark Cyan #009984

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 value IS 1

 M value IS 0

 Y value IS 0.14

 K value IS 0.4

RGB Variations

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

Color information

#009984 (or 0x009984) is known color: 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

RGB 0 153 132 -
CMYK 1 0 0.14 0.4
HSL 171.76º 1% 0.3% -
HSV(B) 171.76º 1% 0.6% -
XYZ 15.56 24.45 25.73 -
YUV 104.86 143.31 53.21 -
System Red Green Blue C M Y K H S L
Decimal 0 153 132 1 0 0.14 0.4 171.76 1 0.3
Hex 0 99 84 64 0 E 28 AC 64 1E
Octal 0 231 204 144 0 16 50 254 144 36
Binary 0 10011001 10000100 1100100 0 1110 101000 10101100 1100100 11110

Color Harmonies of #009984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009984

Black with #009984

Text Example


Text Example

White with #009984

Text Example


Text Example

HTML Codes & Css Web 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>