#0B8B94

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

Shades of Dark Cyan #0B8B94

Tints of Dark Cyan #0B8B94

Color information

#0B8B94 (or 0x0B8B94) is unknown color: approx Dark Cyan. HEX triplet: 0B, 8B and 94. RGB value is (11,139,148). Sum of RGB (Red+Green+Blue) = 11+139+148=298 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.69% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #0B8B94 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8B94 is #F4746B. Grayscale: #656565. Windows color (decimal): -16020588 or 9734923. OLE color: 9734923.

HSL color Cylindrical-coordinate representation of color #0B8B94: hue angle of 183.94º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B8B94 is Cyan = 0.93, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11139148-
CMYK0.930.0600.42
HSL183.94º86.16%31.18%-
HSV(B)183.94º92.57%58.04%-
XYZ14.7220.6731.23-
YUV101.75154.0963.27-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.69%
GREEN value IS 139 (54.69% from 255) = 46.64%
BLUE value IS 148 (58.20% from 255) = 49.66%
R=3.69%
G=46.64%
B=49.66%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111391480.930.0600.42183.9486.1631.18
HexB8B945D602Ab8561f
Octal13213224135605227012637
Binary101110001011100101001011101110010101010111000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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