#0B727F

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

Shades of Teal #0B727F

Tints of Teal #0B727F

Color information

#0B727F (or 0x0B727F) is unknown color: approx Teal. HEX triplet: 0B, 72 and 7F. RGB value is (11,114,127). Sum of RGB (Red+Green+Blue) = 11+114+127=252 (33% of max value = 765). Red value is 11 (4.69% from 255 or 4.37% from 252); Green value is 114 (44.92% from 255 or 45.24% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #0B727F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B727F is #F48D80. Grayscale: #545454. Windows color (decimal): -16027009 or 8352267. OLE color: 8352267.

HSL color Cylindrical-coordinate representation of color #0B727F: hue angle of 186.72º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B727F is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11114127-
CMYK0.910.1000.50
HSL186.72º84.06%27.06%-
HSV(B)186.72º91.34%49.8%-
XYZ9.9913.6422.18-
YUV84.68151.8875.44-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.37%
GREEN value IS 114 (44.92% from 255) = 45.24%
BLUE value IS 127 (50% from 255) = 50.40%
R=4.37%
G=45.24%
B=50.40%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal111141270.910.1000.50186.7284.0627.06
HexB727F5BA032bb541b
Octal131621771331206227312433
Binary10111110010111111110110111010011001010111011101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B727F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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