#0B887A

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

Shades of Teal #0B887A

Tints of Teal #0B887A

Color information

#0B887A (or 0x0B887A) is unknown color: approx Teal. HEX triplet: 0B, 88 and 7A. RGB value is (11,136,122). Sum of RGB (Red+Green+Blue) = 11+136+122=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 136 (53.52% from 255 or 50.56% from 269); Blue value is 122 (48.05% from 255 or 45.35% from 269); Max value from RGB is 136 - color contains mainly: green. Hex color #0B887A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B887A is #F47785. Grayscale: #606060. Windows color (decimal): -16021382 or 8030219. OLE color: 8030219.

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

Color convert

RGB11136122-
CMYK0.9200.100.47
HSL173.28º85.03%28.82%-
HSV(B)173.28º91.91%53.33%-
XYZ12.4619.0821.44-
YUV97.03142.0966.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.09%
GREEN value IS 136 (53.52% from 255) = 50.56%
BLUE value IS 122 (48.05% from 255) = 45.35%
R=4.09%
G=50.56%
B=45.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal111361220.9200.100.47173.2885.0328.82
HexB887A5C0A2Fad551d
Octal132101721340125725512535
Binary101110001000111101010111000101010111110101101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B887A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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