#0B7F8A

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

Shades of Teal #0B7F8A

Tints of Teal #0B7F8A

Color information

#0B7F8A (or 0x0B7F8A) is unknown color: approx Teal. HEX triplet: 0B, 7F and 8A. RGB value is (11,127,138). Sum of RGB (Red+Green+Blue) = 11+127+138=276 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.99% from 276); Green value is 127 (50% from 255 or 46.01% from 276); Blue value is 138 (54.30% from 255 or 50% from 276); Max value from RGB is 138 - color contains mainly: blue. Hex color #0B7F8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B7F8A is #F48075. Grayscale: #5D5D5D. Windows color (decimal): -16023670 or 9076491. OLE color: 9076491.

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

Color convert

RGB11127138-
CMYK0.920.0800.46
HSL185.2º85.23%29.22%-
HSV(B)185.2º92.03%54.12%-
XYZ12.3117.0826.69-
YUV93.57153.0769.11-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.99%
GREEN value IS 127 (50% from 255) = 46.01%
BLUE value IS 138 (54.30% from 255) = 50%
R=3.99%
G=46.01%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal111271380.920.0800.46185.285.2329.22
HexB7F8A5C802Eb9551d
Octal131772121341005627112535
Binary101111111111000101010111001000010111010111001101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B7F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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