#008B82

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

Shades of Dark Cyan #008B82

Tints of Dark Cyan #008B82

Color information

#008B82 (or 0x008B82) is unknown color: approx Dark Cyan. HEX triplet: 00, 8B and 82. RGB value is (0,139,130). Sum of RGB (Red+Green+Blue) = 0+139+130=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 139 (54.69% from 255 or 51.67% from 269); Blue value is 130 (51.17% from 255 or 48.33% from 269); Max value from RGB is 139 - color contains mainly: green. Hex color #008B82 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B82 is #FF747D. Grayscale: #606060. Windows color (decimal): -16741502 or 8555264. OLE color: 8555264.

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

Color convert

RGB0139130-
CMYK100.060.45
HSL176.12º100%27.25%-
HSV(B)176.12º100%54.51%-
XYZ13.2620.0824.3-
YUV96.41146.9559.23-

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) = 51.67%
BLUE value IS 130 (51.17% from 255) = 48.33%
R=0%
G=51.67%
B=48.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0139130100.060.45176.1210027.25
Hex08B8264062Db0641b
Octal0213202144065526014433
Binary010001011100000101100100011010110110110000110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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