Html Css Color HEX #008984 Dark Cyan

📋 copy color: '#008984'

red 0 ◦ green 137 ◦ blue 132

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

Shades of Dark Cyan #008984

Tints of Dark Cyan #008984

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 137 (53.91% from 255) = 50.93%

 BLUE value IS 132 (51.95% from 255) = 49.07%

R = 0%
G = 50.93%
B = 49.07%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#008984 (or 0x008984) is known color: Dark Cyan. HEX triplet: 00, 89 and 84. RGB value is (0,137,132). Sum of RGB (Red+Green+Blue) = 0+137+132=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 137 (53.91% from 255 or 50.93% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 137 - color contains mainly: green. Hex color #008984 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008984 is #FF767B. Grayscale: #5F5F5F. Windows color (decimal): -16742012 or 8685824. OLE color: 8685824.

HSL color Cylindrical-coordinate representation of color #008984: hue angle of 177.81º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008984 is Cyan = 1, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 0 137 132 -
CMYK 1 0 0.04 0.46
HSL 177.81º 1% 0.27% -
HSV(B) 177.81º 1% 0.54% -
XYZ 13.11 19.56 24.91 -
YUV 95.47 148.61 59.91 -
System Red Green Blue C M Y K H S L
Decimal 0 137 132 1 0 0.04 0.46 177.81 1 0.27
Hex 0 89 84 64 0 4 2E B2 64 1B
Octal 0 211 204 144 0 4 56 262 144 33
Binary 0 10001001 10000100 1100100 0 100 101110 10110010 1100100 11011

Color Harmonies of #008984

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008984

Black with #008984

Text Example


Text Example

White with #008984

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008984; }

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

 H1.HeaderClassName
 {
   color: #008984;
 }
 .AnyTagClassName
 {
   color: #008984;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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