#0B758A

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

Shades of Teal #0B758A

Tints of Teal #0B758A

Color information

#0B758A (or 0x0B758A) is unknown color: approx Teal. HEX triplet: 0B, 75 and 8A. RGB value is (11,117,138). Sum of RGB (Red+Green+Blue) = 11+117+138=266 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.14% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 138 (54.30% from 255 or 51.88% from 266); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B758A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B758A is #F48A75. Grayscale: #575757. Windows color (decimal): -16026230 or 9073931. OLE color: 9073931.

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

Color convert

RGB11117138-
CMYK0.920.1500.46
HSL189.92º85.23%29.22%-
HSV(B)189.92º92.03%54.12%-
XYZ11.0914.6326.28-
YUV87.7156.3873.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.14%
GREEN value IS 117 (46.09% from 255) = 43.98%
BLUE value IS 138 (54.30% from 255) = 51.88%
R=4.14%
G=43.98%
B=51.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111171380.920.1500.46189.9285.2329.22
HexB758A5CF02Ebe551d
Octal131652121341705627612535
Binary101111101011000101010111001111010111010111110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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