#0B9688

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

Shades of Dark Cyan #0B9688

Tints of Dark Cyan #0B9688

Color information

#0B9688 (or 0x0B9688) is unknown color: approx Dark Cyan. HEX triplet: 0B, 96 and 88. RGB value is (11,150,136). Sum of RGB (Red+Green+Blue) = 11+150+136=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 136 (53.52% from 255 or 45.79% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9688 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9688 is #F46977. Grayscale: #6A6A6A. Windows color (decimal): -16017784 or 8951307. OLE color: 8951307.

HSL color Cylindrical-coordinate representation of color #0B9688: hue angle of 173.96º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B9688 is Cyan = 0.93, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB11150136-
CMYK0.9300.090.41
HSL173.96º86.34%31.57%-
HSV(B)173.96º92.67%58.82%-
XYZ15.4923.6627.04-
YUV106.84144.4559.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 150 (58.98% from 255) = 50.51%
BLUE value IS 136 (53.52% from 255) = 45.79%
R=3.70%
G=50.51%
B=45.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111501360.9300.090.41173.9686.3431.57
HexB96885D0929ae5620
Octal132262101350115125612640
Binary10111001011010001000101110101001101001101011101010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,136); }

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

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

 a { background-color: rgb(11,150,136); }

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

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

 span { border-color: rgb(11,150,136); }

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