#0B827C

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

Shades of Teal #0B827C

Tints of Teal #0B827C

Color information

#0B827C (or 0x0B827C) is unknown color: approx Teal. HEX triplet: 0B, 82 and 7C. RGB value is (11,130,124). Sum of RGB (Red+Green+Blue) = 11+130+124=265 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.15% from 265); Green value is 130 (51.17% from 255 or 49.06% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 130 - color contains mainly: green. Hex color #0B827C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B827C is #F47D83. Grayscale: #5D5D5D. Windows color (decimal): -16022916 or 8159755. OLE color: 8159755.

HSL color Cylindrical-coordinate representation of color #0B827C: hue angle of 176.97º degrees, saturation: 0.84, 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 #0B827C is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB11130124-
CMYK0.9200.050.49
HSL176.97º84.4%27.65%-
HSV(B)176.97º91.54%50.98%-
XYZ11.7617.4921.83-
YUV93.74145.0868.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.15%
GREEN value IS 130 (51.17% from 255) = 49.06%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=4.15%
G=49.06%
B=46.79%

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
Decimal111301240.9200.050.49176.9784.427.65
HexB827C5C0531b1541c
Octal13202174134056126112434
Binary10111000001011111001011100010111000110110001101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,130,124); }

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

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

 a { background-color: rgb(11,130,124); }

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

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

 span { border-color: rgb(11,130,124); }

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