#0B7B8C

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

Shades of Teal #0B7B8C

Tints of Teal #0B7B8C

Color information

#0B7B8C (or 0x0B7B8C) is unknown color: approx Teal. HEX triplet: 0B, 7B and 8C. RGB value is (11,123,140). Sum of RGB (Red+Green+Blue) = 11+123+140=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 123 (48.44% from 255 or 44.89% from 274); Blue value is 140 (55.08% from 255 or 51.09% from 274); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B7B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7B8C is #F48473. Grayscale: #5B5B5B. Windows color (decimal): -16024692 or 9206539. OLE color: 9206539.

HSL color Cylindrical-coordinate representation of color #0B7B8C: hue angle of 187.91º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B7B8C is Cyan = 0.92, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11123140-
CMYK0.920.1200.45
HSL187.91º85.43%29.61%-
HSV(B)187.91º92.14%54.9%-
XYZ11.9516.1327.29-
YUV91.45155.3970.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 123 (48.44% from 255) = 44.89%
BLUE value IS 140 (55.08% from 255) = 51.09%
R=4.01%
G=44.89%
B=51.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111231400.920.1200.45187.9185.4329.61
HexB7B8C5CC02Dbc551e
Octal131732141341405527412536
Binary101111110111000110010111001100010110110111100101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,123,140); }

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

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

 a { background-color: rgb(11,123,140); }

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

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

 span { border-color: rgb(11,123,140); }

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