#0B9683

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

Shades of Dark Cyan #0B9683

Tints of Dark Cyan #0B9683

Color information

#0B9683 (or 0x0B9683) is unknown color: approx Dark Cyan. HEX triplet: 0B, 96 and 83. RGB value is (11,150,131). Sum of RGB (Red+Green+Blue) = 11+150+131=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 150 (58.98% from 255 or 51.37% from 292); Blue value is 131 (51.56% from 255 or 44.86% from 292); Max value from RGB is 150 - color contains mainly: green. Hex color #0B9683 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B9683 is #F4697C. Grayscale: #6A6A6A. Windows color (decimal): -16017789 or 8623627. OLE color: 8623627.

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

Color convert

RGB11150131-
CMYK0.9300.130.41
HSL171.8º86.34%31.57%-
HSV(B)171.8º92.67%58.82%-
XYZ15.1423.5225.22-
YUV106.27141.9560.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.77%
GREEN value IS 150 (58.98% from 255) = 51.37%
BLUE value IS 131 (51.56% from 255) = 44.86%
R=3.77%
G=51.37%
B=44.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111501310.9300.130.41171.886.3431.57
HexB96835D0D29ac5620
Octal132262031350155125412640
Binary10111001011010000011101110101101101001101011001010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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