#0B868B

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

Shades of Dark Cyan #0B868B

Tints of Dark Cyan #0B868B

Color information

#0B868B (or 0x0B868B) is unknown color: approx Dark Cyan. HEX triplet: 0B, 86 and 8B. RGB value is (11,134,139). Sum of RGB (Red+Green+Blue) = 11+134+139=284 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.87% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B868B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B868B is #F47974. Grayscale: #616161. Windows color (decimal): -16021877 or 9143819. OLE color: 9143819.

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

Color convert

RGB11134139-
CMYK0.920.0400.45
HSL182.34º85.33%29.41%-
HSV(B)182.34º92.09%54.51%-
XYZ13.3218.9927.39-
YUV97.79151.2566.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.87%
GREEN value IS 134 (52.73% from 255) = 47.18%
BLUE value IS 139 (54.69% from 255) = 48.94%
R=3.87%
G=47.18%
B=48.94%

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
Decimal111341390.920.0400.45182.3485.3329.41
HexB868B5C402Db6551d
Octal13206213134405526612535
Binary101110000110100010111011100100010110110110110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B868B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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