#0B7A82

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

Shades of Teal #0B7A82

Tints of Teal #0B7A82

Color information

#0B7A82 (or 0x0B7A82) is unknown color: approx Teal. HEX triplet: 0B, 7A and 82. RGB value is (11,122,130). Sum of RGB (Red+Green+Blue) = 11+122+130=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 122 (48.05% from 255 or 46.39% from 263); Blue value is 130 (51.17% from 255 or 49.43% from 263); Max value from RGB is 130 - color contains mainly: blue. Hex color #0B7A82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7A82 is #F4857D. Grayscale: #595959. Windows color (decimal): -16024958 or 8550923. OLE color: 8550923.

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

Color convert

RGB11122130-
CMYK0.920.0600.49
HSL184.03º84.4%27.65%-
HSV(B)184.03º91.54%50.98%-
XYZ11.1315.623.54-
YUV89.72150.7371.85-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.18%
GREEN value IS 122 (48.05% from 255) = 46.39%
BLUE value IS 130 (51.17% from 255) = 49.43%
R=4.18%
G=46.39%
B=49.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal111221300.920.0600.49184.0384.427.65
HexB7A825C6031b8541c
Octal13172202134606127012434
Binary10111111010100000101011100110011000110111000101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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