#0B8E95

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

Shades of Dark Cyan #0B8E95

Tints of Dark Cyan #0B8E95

Color information

#0B8E95 (or 0x0B8E95) is unknown color: approx Dark Cyan. HEX triplet: 0B, 8E and 95. RGB value is (11,142,149). Sum of RGB (Red+Green+Blue) = 11+142+149=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 142 (55.86% from 255 or 47.02% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B8E95 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8E95 is #F4716A. Grayscale: #676767. Windows color (decimal): -16019819 or 9801227. OLE color: 9801227.

HSL color Cylindrical-coordinate representation of color #0B8E95: hue angle of 183.04º 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 #0B8E95 is Cyan = 0.93, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11142149-
CMYK0.930.0500.42
HSL183.04º86.25%31.37%-
HSV(B)183.04º92.62%58.43%-
XYZ15.2421.5931.8-
YUV103.63153.661.93-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.64%
GREEN value IS 142 (55.86% from 255) = 47.02%
BLUE value IS 149 (58.59% from 255) = 49.34%
R=3.64%
G=47.02%
B=49.34%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal111421490.930.0500.42183.0486.2531.37
HexB8E955D502Ab7561f
Octal13216225135505226712637
Binary101110001110100101011011101101010101010110111101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,142,149); }

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

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

 a { background-color: rgb(11,142,149); }

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

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

 span { border-color: rgb(11,142,149); }

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