#0B768A

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

Shades of Teal #0B768A

Tints of Teal #0B768A

Color information

#0B768A (or 0x0B768A) is unknown color: approx Teal. HEX triplet: 0B, 76 and 8A. RGB value is (11,118,138). Sum of RGB (Red+Green+Blue) = 11+118+138=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 138 (54.30% from 255 or 51.69% from 267); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B768A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B768A is #F48975. Grayscale: #585858. Windows color (decimal): -16025974 or 9074187. OLE color: 9074187.

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

Color convert

RGB11118138-
CMYK0.920.1400.46
HSL189.45º85.23%29.22%-
HSV(B)189.45º92.03%54.12%-
XYZ11.214.8626.32-
YUV88.29156.0572.87-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 138 (54.30% from 255) = 51.69%
R=4.12%
G=44.19%
B=51.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111181380.920.1400.46189.4585.2329.22
HexB768A5CE02Ebd551d
Octal131662121341605627512535
Binary101111101101000101010111001110010111010111101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,118,138); }

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

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

 a { background-color: rgb(11,118,138); }

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

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

 span { border-color: rgb(11,118,138); }

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