Html Css Color HEX #008989 Dark Cyan

📋 copy color: '#008989'

red 0 ◦ green 137 ◦ blue 137

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

Shades of Dark Cyan #008989

Tints of Dark Cyan #008989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50%

R = 0%
G = 50%
B = 50%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#008989 (or 0x008989) is known color: Dark Cyan. HEX triplet: 00, 89 and 89. RGB value is (0,137,137). Sum of RGB (Red+Green+Blue) = 0+137+137=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 137 (53.91% from 255 or 50% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: green, blue. Hex color #008989 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008989 is #FF7676. Grayscale: #5F5F5F. Windows color (decimal): -16742007 or 9013504. OLE color: 9013504.

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

Color convert

RGB 0 137 137 -
CMYK 1 0 0 0.46
HSL 180º 1% 0.27% -
HSV(B) 180º 1% 0.54% -
XYZ 13.46 19.7 26.76 -
YUV 96.04 151.11 59.5 -
System Red Green Blue C M Y K H S L
Decimal 0 137 137 1 0 0 0.46 180 1 0.27
Hex 0 89 89 64 0 0 2E B4 64 1B
Octal 0 211 211 144 0 0 56 264 144 33
Binary 0 10001001 10001001 1100100 0 0 101110 10110100 1100100 11011

Color Harmonies of #008989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008989

Black with #008989

Text Example


Text Example

White with #008989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008989; }

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

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

background-color css

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

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

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

border-color css

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

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

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