#0B878D

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

Shades of Dark Cyan #0B878D

Tints of Dark Cyan #0B878D

Color information

#0B878D (or 0x0B878D) is unknown color: approx Dark Cyan. HEX triplet: 0B, 87 and 8D. RGB value is (11,135,141). Sum of RGB (Red+Green+Blue) = 11+135+141=287 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.83% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B878D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B878D is #F47872. Grayscale: #626262. Windows color (decimal): -16021619 or 9275147. OLE color: 9275147.

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

Color convert

RGB11135141-
CMYK0.920.0400.45
HSL182.77º85.53%29.8%-
HSV(B)182.77º92.2%55.29%-
XYZ13.6119.3228.21-
YUV98.61151.9265.51-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.83%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 141 (55.47% from 255) = 49.13%
R=3.83%
G=47.04%
B=49.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111351410.920.0400.45182.7785.5329.8
HexB878D5C402Db7561e
Octal13207215134405526712636
Binary101110000111100011011011100100010110110110111101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B878D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B878D; }

 p { color: rgb(11,135,141); }

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

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

 a { background-color: rgb(11,135,141); }

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

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

 span { border-color: rgb(11,135,141); }

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