#0B827F

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

Shades of Teal #0B827F

Tints of Teal #0B827F

Color information

#0B827F (or 0x0B827F) is unknown color: approx Teal. HEX triplet: 0B, 82 and 7F. RGB value is (11,130,127). Sum of RGB (Red+Green+Blue) = 11+130+127=268 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.10% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 127 (50% from 255 or 47.39% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #0B827F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B827F is #F47D80. Grayscale: #5D5D5D. Windows color (decimal): -16022913 or 8356363. OLE color: 8356363.

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

Color convert

RGB11130127-
CMYK0.9200.020.49
HSL178.49º84.4%27.65%-
HSV(B)178.49º91.54%50.98%-
XYZ11.9517.5722.84-
YUV94.08146.5868.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.10%
GREEN value IS 130 (51.17% from 255) = 48.51%
BLUE value IS 127 (50% from 255) = 47.39%
R=4.10%
G=48.51%
B=47.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111301270.9200.020.49178.4984.427.65
HexB827F5C0231b2541c
Octal13202177134026126212434
Binary1011100000101111111101110001011000110110010101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B827F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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