Html Css Color HEX #008982 Dark Cyan

📋 copy color: '#008982'

red 0 ◦ green 137 ◦ blue 130

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

Shades of Dark Cyan #008982

Tints of Dark Cyan #008982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 48.69%

R = 0%
G = 51.31%
B = 48.69%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.05

 K value IS 0.46

RGB Variations

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

Color information

#008982 (or 0x008982) is known color: Dark Cyan. HEX triplet: 00, 89 and 82. RGB value is (0,137,130). Sum of RGB (Red+Green+Blue) = 0+137+130=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 130 (51.17% from 255 or 48.69% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #008982 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008982 is #FF767D. Grayscale: #5F5F5F. Windows color (decimal): -16742014 or 8554752. OLE color: 8554752.

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

Color convert

RGB 0 137 130 -
CMYK 1 0 0.05 0.46
HSL 176.93º 1% 0.27% -
HSV(B) 176.93º 1% 0.54% -
XYZ 12.97 19.5 24.2 -
YUV 95.24 147.61 60.07 -
System Red Green Blue C M Y K H S L
Decimal 0 137 130 1 0 0.05 0.46 176.93 1 0.27
Hex 0 89 82 64 0 5 2E B1 64 1B
Octal 0 211 202 144 0 5 56 261 144 33
Binary 0 10001001 10000010 1100100 0 101 101110 10110001 1100100 11011

Color Harmonies of #008982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008982

Black with #008982

Text Example


Text Example

White with #008982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008982; }

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

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

background-color css

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

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

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

border-color css

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

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

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