#0B837D

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

Shades of Teal #0B837D

Tints of Teal #0B837D

Color information

#0B837D (or 0x0B837D) is unknown color: approx Teal. HEX triplet: 0B, 83 and 7D. RGB value is (11,131,125). Sum of RGB (Red+Green+Blue) = 11+131+125=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 125 (49.22% from 255 or 46.82% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #0B837D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B837D is #F47C82. Grayscale: #5E5E5E. Windows color (decimal): -16022659 or 8225547. OLE color: 8225547.

HSL color Cylindrical-coordinate representation of color #0B837D: hue angle of 177º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B837D is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB11131125-
CMYK0.9200.050.49
HSL177º84.51%27.84%-
HSV(B)177º91.6%51.37%-
XYZ11.9617.7822.2-
YUV94.44145.2468.49-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 131 (51.56% from 255) = 49.06%
BLUE value IS 125 (49.22% from 255) = 46.82%
R=4.12%
G=49.06%
B=46.82%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111311250.9200.050.4917784.5127.84
HexB837D5C0531b1551c
Octal13203175134056126112534
Binary10111000001111111011011100010111000110110001101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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