#0B918D

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

Shades of Dark Cyan #0B918D

Tints of Dark Cyan #0B918D

Color information

#0B918D (or 0x0B918D) is unknown color: approx Dark Cyan. HEX triplet: 0B, 91 and 8D. RGB value is (11,145,141). Sum of RGB (Red+Green+Blue) = 11+145+141=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 145 (57.03% from 255 or 48.82% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 145 - color contains mainly: green. Hex color #0B918D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B918D is #F46E72. Grayscale: #686868. Windows color (decimal): -16019059 or 9277707. OLE color: 9277707.

HSL color Cylindrical-coordinate representation of color #0B918D: hue angle of 178.21º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B918D is Cyan = 0.92, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB11145141-
CMYK0.9200.030.43
HSL178.21º85.9%30.59%-
HSV(B)178.21º92.41%56.86%-
XYZ15.0722.2528.7-
YUV104.48148.6161.33-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 145 (57.03% from 255) = 48.82%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=3.70%
G=48.82%
B=47.47%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal111451410.9200.030.43178.2185.930.59
HexB918D5C032Bb2561f
Octal13221215134035326212637
Binary10111001000110001101101110001110101110110010101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B918D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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