#008B86

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

Shades of Dark Cyan #008B86

Tints of Dark Cyan #008B86

Color information

#008B86 (or 0x008B86) is unknown color: approx Dark Cyan. HEX triplet: 00, 8B and 86. RGB value is (0,139,134). Sum of RGB (Red+Green+Blue) = 0+139+134=273 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 134 (52.73% from 255 or 49.08% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #008B86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B86 is #FF7479. Grayscale: #606060. Windows color (decimal): -16741498 or 8817408. OLE color: 8817408.

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

Color convert

RGB0139134-
CMYK100.040.45
HSL177.84º100%27.25%-
HSV(B)177.84º100%54.51%-
XYZ13.5420.1925.74-
YUV96.87148.9558.91-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 134 (52.73% from 255) = 49.08%
R=0%
G=50.92%
B=49.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0139134100.040.45177.8410027.25
Hex08B8664042Db2641b
Octal0213206144045526214433
Binary010001011100001101100100010010110110110010110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008B86; }

 p { color: rgb(0,139,134); }

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

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

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

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

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

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

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