#0B8882

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

Shades of Teal #0B8882

Tints of Teal #0B8882

Color information

#0B8882 (or 0x0B8882) is unknown color: approx Teal. HEX triplet: 0B, 88 and 82. RGB value is (11,136,130). Sum of RGB (Red+Green+Blue) = 11+136+130=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #0B8882 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0B8882 is #F4777D. Grayscale: #616161. Windows color (decimal): -16021374 or 8554507. OLE color: 8554507.

HSL color Cylindrical-coordinate representation of color #0B8882: hue angle of 177.12º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8882 is Cyan = 0.92, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB11136130-
CMYK0.9200.040.47
HSL177.12º85.03%28.82%-
HSV(B)177.12º91.91%53.33%-
XYZ12.9719.2924.16-
YUV97.94146.0965.99-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.97%
GREEN value IS 136 (53.52% from 255) = 49.10%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=3.97%
G=49.10%
B=46.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111361300.9200.040.47177.1285.0328.82
HexB88825C042Fb1551d
Octal13210202134045726112535
Binary101110001000100000101011100010010111110110001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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