#0B8C7E

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

Shades of Teal #0B8C7E

Tints of Teal #0B8C7E

Color information

#0B8C7E (or 0x0B8C7E) is unknown color: approx Teal. HEX triplet: 0B, 8C and 7E. RGB value is (11,140,126). Sum of RGB (Red+Green+Blue) = 11+140+126=277 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.97% from 277); Green value is 140 (55.08% from 255 or 50.54% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 140 - color contains mainly: green. Hex color #0B8C7E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B8C7E is #F47381. Grayscale: #636363. Windows color (decimal): -16020354 or 8293387. OLE color: 8293387.

HSL color Cylindrical-coordinate representation of color #0B8C7E: hue angle of 173.49º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B8C7E is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.45.

Color convert

RGB11140126-
CMYK0.9200.100.45
HSL173.49º85.43%29.61%-
HSV(B)173.49º92.14%54.9%-
XYZ13.2820.3322.96-
YUV99.83142.7664.64-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.97%
GREEN value IS 140 (55.08% from 255) = 50.54%
BLUE value IS 126 (49.61% from 255) = 45.49%
R=3.97%
G=50.54%
B=45.49%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal111401260.9200.100.45173.4985.4329.61
HexB8C7E5C0A2Dad551e
Octal132141761340125525512536
Binary101110001100111111010111000101010110110101101101010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B8C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,140,126); }

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

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

 a { background-color: rgb(11,140,126); }

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

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

 span { border-color: rgb(11,140,126); }

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