#0B788A

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

Shades of Teal #0B788A

Tints of Teal #0B788A

Color information

#0B788A (or 0x0B788A) is unknown color: approx Teal. HEX triplet: 0B, 78 and 8A. RGB value is (11,120,138). Sum of RGB (Red+Green+Blue) = 11+120+138=269 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.09% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 138 (54.30% from 255 or 51.30% from 269); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B788A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B788A is #F48775. Grayscale: #595959. Windows color (decimal): -16025462 or 9074699. OLE color: 9074699.

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

Color convert

RGB11120138-
CMYK0.920.1300.46
HSL188.5º85.23%29.22%-
HSV(B)188.5º92.03%54.12%-
XYZ11.4415.3426.4-
YUV89.46155.3972.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.09%
GREEN value IS 120 (47.27% from 255) = 44.61%
BLUE value IS 138 (54.30% from 255) = 51.30%
R=4.09%
G=44.61%
B=51.30%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111201380.920.1300.46188.585.2329.22
HexB788A5CD02Ebd551d
Octal131702121341505627512535
Binary101111110001000101010111001101010111010111101101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B788A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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